borland Packages Class Hierarchy jb.util Package
java.lang.Object +----com.borland.jb.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(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.
localeString
locale
. The country and variant are optional.