Reputation: 44663
I am working with an MVC4 application that needs to be localized for a large number of countries. Therefore I need to localize the views, string etc. What is the standard practice for localizing an mvc application? Is it one resource file with a particular naming convention to highlight views? or 1 resource file per view?
Upvotes: 3
Views: 4527
Reputation: 65978
When you consider the localization of MVC App, you should consider below mentioned scenarios.
For get more details of above scenarios check ASP.NET MVC Localization complete guide
I hope this will help to you.
Upvotes: 6