and i'm also add globalization in web.config file
<system.web>
<globalization uiCulture="auto" culture="auto"/>
</system.web>
and i'm also add globalization in web.config file
<system.web>
<globalization uiCulture="auto" culture="auto"/>
</system.web>
Hey 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.