Re: Localization help

2006-07-31 Thread Malin Ljungh
Nope, nothing there at all, except for the image asset, of course. Malin On 8/1/06, Peter Dawn <[EMAIL PROTECTED]> wrote: thanks malin. nothing in the corresponding page files? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Localization help

2006-07-31 Thread Peter Dawn
thanks malin. nothing in the corresponding page files? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Localization help

2006-07-31 Thread Malin Ljungh
I run Tapestry 4 but I think it works similar... or maybe not... this is what I do: In the html I have this: Swedish and in the corresponding java I have this: public void setLocale(String language) { getPage().getEngine().setLocale(new Lo

Re: Localization help

2006-07-30 Thread Peter Dawn
i forgot to mention that i am using tapestry 3.0.3. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Localization help

2006-07-30 Thread Peter Dawn
guys, i am trying to implement multi-lingual text within my application. i have gone through the workbench example but am finding it difficult to implement the functionality. i essentially want exactly what the workbench does, let the user select a locale, they press submit and the application ch