Re: setting japanese locale in a service

2012-04-12 Thread Lance Java
Saying that your locale is "jp" is not really valid, you either specify your language OR you specify your language/country (eg either "ja" or "ja_JP) but never just the country as some countries speak multiple languages. en_GB and en_US will both default to "en" if a more specific message bundle c

Re: setting japanese locale in a service

2012-04-12 Thread angelochen
etLocale(Locale.JAPANESE) and this does not show the page in >> Japanese, if it is Locale.CHINESE it works. >> >> -- >> View this message in context: > http://tapestry.1045711.n5.nabble.com/setting-japanese-locale-in-a-service-tp5633103p5633263.html >> Sent from th

Re: setting japanese locale in a service

2012-04-12 Thread Lance Java
ewrite where I do a > locale.setLocale(Locale.JAPANESE) and this does not show the page in > Japanese, if it is Locale.CHINESE it works. > > -- > View this message in context: http://tapestry.1045711.n5.nabble.com/setting-japanese-loca

Re: setting japanese locale in a service

2012-04-11 Thread angelochen
:8080/jp, it works. the place it is not working is in a url rewrite where I do a locale.setLocale(Locale.JAPANESE) and this does not show the page in Japanese, if it is Locale.CHINESE it works. -- View this message in context: http://tapestry.1045711.n5.nabble.com/setting-japanese-locale-in-a-ser

Re: setting japanese locale in a service

2012-04-11 Thread Lance Java
Have you added jp to the list of supported locales? http://tapestry.apache.org/configuration.html#Configuration-tapestry.supportedlocales

setting japanese locale in a service

2012-04-11 Thread angelochen
.1045711.n5.nabble.com/setting-japanese-locale-in-a-service-tp5633103p5633103.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additi