I took advantage of the configuration as shown in this example:
Now, I would do internationalization combo with a choice of country. How can I do such a thing? (JSP and Spring MVC 3.0.5)
Please help.
|
I took advantage of the configuration as shown in this example: Now, I would do internationalization combo with a choice of country. How can I do such a thing? (JSP and Spring MVC 3.0.5) Please help.
| |||||||
feedback
|
|
You could try this:
I did not tested it, because I normaly used links to switch the language, so I have addepted the link based code to this form based. -- anyway even if it does not work 100% it should ilustrate the way you need to go. Added
For the (form viewpoint of usabilty critical) case that you want do display the Languages in a special languge, then you should use language files (one for each language), and
*messages_de.properties*
*messages_en.properties*
messages.properties
And you need to configure spring to load the language propertie files:
| |||||||||||
feedback
|
|
You can generate the list of languages dynamically, take a look here: Dynamically generate a list of available languages in Spring MVC | |||
|
feedback
|