org.apache.myfaces.tobago.util
Class LocaleUtils
java.lang.Object
org.apache.myfaces.tobago.util.LocaleUtils
public class LocaleUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createLocale
public static Locale createLocale(String value)
getLocaleList
@Deprecated
public static List<Locale> getLocaleList(Locale locale)
- Deprecated. since 1.5
getLocaleSuffixList
public static List<String> getLocaleSuffixList(Locale locale)
- Returns a list of strings, which are used as suffix for resources from resource manager.
Sample: "de_DE" -> "_de_DE", "_de", ""
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.