hi all,

i facing a very difficult situation where my application needs to switch
between locale of english and chinese.
my page has a tile like border component and a body. I implemented an
actionlink on the border component which can switch language. i successfully
switch the language from english to chinese, but the real problem is when i
navigate to other pages, it swithed back to english. 

i override configuration under AppModule the method
"contributeApplicationDefaults"
and provide this:-

        configuration.add(SymbolConstants.SUPPORTED_LOCALES, "en,zh");

i code every properties file in UTF-8 file
format(app.properties,app_zh.properties), still it behave the same. 
is this Tapestry 5.1's known bugs? 

i tried to upgrade to T5.2 with spring 2.5 but it didn't even start
correctly on my app server tomcat 6 eventhough i follow the documentation
guide step by step. 

please please advice, i'm running out of time and idea, please help me

wesley


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Accessing-the-problem-on-T5-1-regarding-Locale-switching-tp5060950p5060950.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to