Take a look at the Struts localisation docs, as stxx just uses the current
locale as set by the Struts framework. The mailreader application that
ships with Struts shows off two languages and how to switch between them.
You can also look at the Struts User Guide, and I believe there is a class
in the struts-extras jar called LocaleAction just for this purpose.
Don
On 4/30/07, angus_liuning <angus_liuning@...> wrote:
>
> 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.
>
>
>
[Non-text portions of this message have been removed]