public class

LocaleUtils

extends Object
java.lang.Object
   ↳ org.apache.myfaces.tobago.util.LocaleUtils

Summary

Public Methods
static Locale createLocale(String value)
static List<Locale> getLocaleList(Locale locale)
This method is deprecated. since 1.5
static List<String> getLocaleSuffixList(Locale locale)
Returns a list of strings, which are used as suffix for resources from resource manager.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static Locale createLocale (String value)

public static List<Locale> getLocaleList (Locale locale)

This method is deprecated.
since 1.5

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", ""