Class LocaleHelper

java.lang.Object
org.apache.openmeetings.db.util.LocaleHelper

public class LocaleHelper extends Object
  • Method Details

    • getCountries

      public static List<String> getCountries()
    • getCountryName

      public static String getCountryName(String code, Locale l)
    • getCountryName

      public static String getCountryName(String code)
    • validateCountry

      public static String validateCountry(String inCode)
    • getLocale

      public static Locale getLocale(Long langId)
    • getLocale

      public static Locale getLocale(User u)