I prepared some properties files like this.
applicationResource.properties
applicationResource_tw.properties
applicationResource_zh.properties
applicationResource_jp.properties
...
the stxx will get resources from one by clent's language.
but I do want to use a select box in page do so.
How to do like these?
Thanks all.