1
Answer

Multi language support for ASP.NET MVC application

samba siva

samba siva

7y
459
1
we have ASP.NET MVC project.
we have total 20 views and single resource file for each view(total 20 resource files)  inside the App_GlobalResources folder.
In App_GlobalResources i can read the data from each and every resource file.
i created language specific subfolder inside  App_GlobalResources
But i'm unable to read the resource file data in to the view. 
How can we implement the multilanguage support for the application?
Can any one please help me, how to read resource file data inside subfolder of  App_GlobalResources.

Answers (1)