Package org.apache.openmeetings.db.util
Class LocaleHelper
- java.lang.Object
-
- org.apache.openmeetings.db.util.LocaleHelper
-
public class LocaleHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>
getCountries()
static String
getCountryName(String code)
static String
getCountryName(String code, Locale l)
static Locale
getLocale(Long langId)
static Locale
getLocale(User u)
static String
validateCountry(String inCode)
-