com.atlassian.confluence.languages
Interface LocaleManager

All Known Implementing Classes:
DefaultLocaleManager, MockLocaleManager, TestingLocaleManager

public interface LocaleManager


Field Summary
static Locale DEFAULT_LOCALE
           
 
Method Summary
 Locale getLocale(com.atlassian.user.User user)
           
 Locale toLocale(String localeString)
          Deprecated. since 3.2 use LocaleParser.toLocale(String) instead
 

Field Detail

DEFAULT_LOCALE

static final Locale DEFAULT_LOCALE
Method Detail

getLocale

Locale getLocale(com.atlassian.user.User user)

toLocale

Locale toLocale(String localeString)
Deprecated. since 3.2 use LocaleParser.toLocale(String) instead



Copyright © 2003-2010 Atlassian. All Rights Reserved.