and i'm also add globalization in web.config file
<system.web>
<globalization uiCulture="auto" culture="auto"/>
</system.web>
home / developersection / forums / localizing-asp-net-mvc3
and i'm also add globalization in web.config file
<system.web>
<globalization uiCulture="auto" culture="auto"/>
</system.web>
Anonymous User
28-Sep-2013Hey Jay!
I would suggest you to put the resource files in a separate class library and also you have to set theCustom Tool type of the resource file to PublicResXFileCodeGenerator.