12-31-2009 07:35 AM
// set the language for the current session
Application.setLanguage(FacesContext.getCurrentInstance(), language);
// save user preference
if (Application.getCurrentUser(FacesContext.getCurrentInstance()) != null)
{
PreferencesService.getPreferences().setValue(PREF_INTERFACELANGUAGE, language);
}
02-19-2010 11:24 AM
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.