Setting default locale
Posted by admin - 13/01/10 at 11:01:57 pmIf 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) }
January 13, 2010 | In Grails | No Comments
Powered by WordPress with GimpStyle Theme design by Horacio Bella.
Entries and comments feeds.
Valid XHTML and CSS.