forum

Home / DeveloperSection / Forums / Localizing-ASP-NET-MVC3

Localizing-ASP-NET-MVC3

Anonymous User205028-Sep-2013
I'm creating a Localizing application ASP NET MVC3 but the problem is that when i add Resource.resx file in root folder access modifier is disabled so helping for enable access modifier this is code my LanguageResources.Designer.cs file


and i'm also add globalization in web.config file

<system.web> 
<globalization uiCulture="auto" culture="auto"/>
</system.web> 

 


Updated on 28-Sep-2013
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By