View Single Post
  #1 (permalink)  
Old 03-27-2007, 10:23 AM
Cristian's Avatar
Cristian Cristian is offline
Administrator
 
Join Date: Feb 2007
Location: Sibiu, Romania
Posts: 99
Default 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 ?
Reply With Quote