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
-
charset
-
-
codePage
-
-
countries
-
-
defaultCountry
-
-
defaultSub
-
-
englishName
-
-
fontName
-
-
fontSize
-
-
language
-
-
nativeName
-
-
primary
-
-
PURE_ASCII
-
-
pureAscii
-
-
subs
-
-
test
-
-
TEST
-
-
Language()
-
-
Language(String, String, String, String, String)
-
-
getCountry(int)
- Gets the specified country codes.
-
getCountryCount()
- Gets the amount of country codes.
-
getLanguageLocale()
- Gets the resource bundle extension.
-
getLocale()
- Gets the default locale of the language.
-
isDefault()
- Returns true if the language supports every contries.
-
setCountries(String)
-
-
setSubs(String)
-
TEST
public static final int TEST
PURE_ASCII
public static final int PURE_ASCII
charset
public int charset
codePage
public int codePage
englishName
public String englishName
nativeName
public String nativeName
primary
public int primary
defaultSub
public int defaultSub
subs
public int subs[]
fontName
public String fontName
fontSize
public int fontSize
test
public boolean test
pureAscii
public boolean pureAscii
language
public String language
defaultCountry
public String defaultCountry
countries
public String countries[]
Language
public Language()
Language
public Language(String englishName,
String nativeName,
String language,
String countries,
String defaultCountry)
getCountryCount
public int getCountryCount()
- Gets the amount of country codes.
getCountry
public String getCountry(int i)
- Gets the specified country codes.
setCountries
public void setCountries(String countries)
setSubs
public void setSubs(String value)
getLanguageLocale
public Locale getLanguageLocale()
- Gets the resource bundle extension.
getLocale
public Locale getLocale()
- Gets the default locale of the language.
This uses the language code and the default country code.
isDefault
public boolean isDefault()
- Returns true if the language supports every contries.
All Packages Class Hierarchy This Package Previous Next Index