All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class multilizer.Language

java.lang.Object
   |
   +----multilizer.Language

public class Language
extends Object
A class to describe a language.

See Also:
getLanguage

Variable Index

 o charset
 o codePage
 o countries
 o defaultCountry
 o defaultSub
 o englishName
 o fontName
 o fontSize
 o language
 o nativeName
 o primary
 o PURE_ASCII
 o pureAscii
 o subs
 o test
 o TEST

Constructor Index

 o Language()
 o Language(String, String, String, String, String)

Method Index

 o getCountry(int)
Gets the specified country codes.
 o getCountryCount()
Gets the amount of country codes.
 o getLanguageLocale()
Gets the resource bundle extension.
 o getLocale()
Gets the default locale of the language.
 o isDefault()
Returns true if the language supports every contries.
 o setCountries(String)
 o setSubs(String)

Variables

 o TEST
 public static final int TEST
 o PURE_ASCII
 public static final int PURE_ASCII
 o charset
 public int charset
 o codePage
 public int codePage
 o englishName
 public String englishName
 o nativeName
 public String nativeName
 o primary
 public int primary
 o defaultSub
 public int defaultSub
 o subs
 public int subs[]
 o fontName
 public String fontName
 o fontSize
 public int fontSize
 o test
 public boolean test
 o pureAscii
 public boolean pureAscii
 o language
 public String language
 o defaultCountry
 public String defaultCountry
 o countries
 public String countries[]

Constructors

 o Language
 public Language()
 o Language
 public Language(String englishName,
                 String nativeName,
                 String language,
                 String countries,
                 String defaultCountry)

Methods

 o getCountryCount
 public int getCountryCount()
Gets the amount of country codes.

 o getCountry
 public String getCountry(int i)
Gets the specified country codes.

 o setCountries
 public void setCountries(String countries)
 o setSubs
 public void setSubs(String value)
 o getLanguageLocale
 public Locale getLanguageLocale()
Gets the resource bundle extension.

 o getLocale
 public Locale getLocale()
Gets the default locale of the language. This uses the language code and the default country code.

 o isDefault
 public boolean isDefault()
Returns true if the language supports every contries.


All Packages  Class Hierarchy  This Package  Previous  Next  Index