Class LocaleUtils

java.lang.Object
org.apache.myfaces.util.LocaleUtils

public final class LocaleUtils extends Object
  • Method Details

    • toLocale

      public static Locale toLocale(String localeString)
      Converts a locale string to Locale class. Accepts both '_' and '-' as separators for locale components.
      Parameters:
      localeString - string representation of a locale
      Returns:
      Locale instance, compatible with the string representation
    • converterTagLocaleFromString

      public static Locale converterTagLocaleFromString(String name)
      Convert locale string used by converter tags to locale.
      Parameters:
      name - name of the locale
      Returns:
      locale specified by the given String