Search This Blog

Wednesday, May 6, 2015

Localization in MVC .NET using C#

Refer to this post of mine at stackoverflow.

I spent hours trying to understand why my set up was not working, to figure out that each language that is found in the header MUST have a matching .resx file named [YouResourceFile].[language-2-digit-code].resx, otherwise localizing to that language will use the default resource, since the matching resource was not found.

No comments:

Post a Comment