borland Packages Class Hierarchy jbcl.util Package Index
java.lang.Object +----borland.jbcl.util.LocaleUtil
Properties Methods
Returns the locale identified by a single string with "locale_country_variant" as returned by Locale.toString().
public static Locale getLocale(java.lang.String localeString)Returns the locale identified by a single string with "locale_country_variant" as returned by Locale.toString. This method may ultimately be replaced by a similar service in the java.util.Locale package.
Parameters: