com.atlassian.mywork.service
Interface LocaleService


public interface LocaleService

Unfortunately there isn't a way to get the list of configured locales in the system via SAL.


Method Summary
 java.util.Locale getDefaultLocale()
           
 java.lang.Iterable<java.util.Locale> getLocales()
           
 

Method Detail

getLocales

java.lang.Iterable<java.util.Locale> getLocales()

getDefaultLocale

java.util.Locale getDefaultLocale()


Copyright © 2013 Atlassian. All Rights Reserved.