MVC multilanguage applications
Hello,
I am wondering which is the best approach for working with multi-language applications.
Language identifier
Fact: Language identifier will be on URL
Question: How is optimal to be, as controller or a different parameter ? So, we have controllers based on language or not ?
Common views and different views
Facts:
1. Some of the views would be totally same
2. Some of the views would be same just that will be some dynamic code grabbing proper words depending on language
3. Some of the views may have different views (totally, different layout, aso)
Question: Which is be the best approach for such case ?
|