Setting default locale

If you want to set default locale for application, add this definition of LocaleResolver to spring context configuration:

 
localeResolver(SessionLocaleResolver) {
    defaultLocale = new Locale('pl')
    Locale.setDefault (defaultLocale)
}
 

Powered by WordPress with GimpStyle Theme design by Horacio Bella.
Entries and comments feeds. Valid XHTML and CSS.