Martin Normark's blog

Posted on by Martin Normark


Share Tweet Any modern web application needs localization! You simply can't ignore the huge amounts of people who doesn't speak your language, or whose native language is different from yours. You're probably using resource files (.resx) in .NET, but how …

Continue reading

Posted on by Martin Normark | Posted in C#, Internationalization, JavaScript | Tagged , , , ,


Posted on by Martin Normark


Share Tweet I love the new model validation features in System.ComponentModel.DataAnnotations. One thing I don’t like though, is that the ErrorMessageResourceName is loosely typed. The ErrorMessageResourceType, however, is a System.Type which will be strongly typed by assigning its value using …

Continue reading

Posted on by Martin Normark | Posted in C#, Internationalization, Unit testing | Tagged , ,