You can set your locale with the PersistentLocale service

@Inject
private PersistentLocale persistentLocaleService;

Locale newLocale = new Locale("el");
persistentLocaleService.set(newLocale); 
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-setting-locale-without-changing-url-tp3379090p3379106.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