04-03-2009 10:11 AM
<serviceId>_<locale>.<httpMethod>.properties ??
<serviceId>.<httpMethod>_<locale>.properties ??
2. How to set programatically the locale? I tried with this code in a declarative web script
I18NUtil.setLocale(new Locale(language));
but doesn't work.04-03-2009 11:09 AM
String language = req.getParameter("language");
if(language != null)
I18NUtil.setLocale(I18NUtil.parseLocale(language));
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.