minor typos
This commit is contained in:
parent
855332bde3
commit
704fc786ac
|
@ -257,7 +257,7 @@ public class Language implements Serializable
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* Get Language.
|
* Get Language.
|
||||||
* If language does not exist, create it on the fly assuming taht it is valid
|
* If language does not exist, create it on the fly assuming that it is valid
|
||||||
* @param langInfo either language (en) or locale (en-US) or display name
|
* @param langInfo either language (en) or locale (en-US) or display name
|
||||||
* @return Name (e.g. Deutsch)
|
* @return Name (e.g. Deutsch)
|
||||||
*/
|
*/
|
||||||
|
@ -370,7 +370,7 @@ public class Language implements Serializable
|
||||||
/**
|
/**
|
||||||
* Get Language Name
|
* Get Language Name
|
||||||
* @param langInfo either language (en) or locale (en-US) or display name
|
* @param langInfo either language (en) or locale (en-US) or display name
|
||||||
* @return Langauge Name (e.g. English)
|
* @return Language Name (e.g. English)
|
||||||
*/
|
*/
|
||||||
public static String getName (String langInfo)
|
public static String getName (String langInfo)
|
||||||
{
|
{
|
||||||
|
@ -426,7 +426,7 @@ public class Language implements Serializable
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* Define Language
|
* Define Language
|
||||||
* @param name - displayed value, e.g. English
|
* @param name - displayed value, e.g. English
|
||||||
* @param AD_Language - the code of system supported langauge, e.g. en_US
|
* @param AD_Language - the code of system supported language, e.g. en_US
|
||||||
* (might be different than Locale - i.e. if the system does not support the language)
|
* (might be different than Locale - i.e. if the system does not support the language)
|
||||||
* @param locale - the Locale, e.g. Locale.US
|
* @param locale - the Locale, e.g. Locale.US
|
||||||
* @param decimalPoint true if Decimal Point - if null, derived from Locale
|
* @param decimalPoint true if Decimal Point - if null, derived from Locale
|
||||||
|
@ -450,7 +450,7 @@ public class Language implements Serializable
|
||||||
/**
|
/**
|
||||||
* Define Language with A4 and default decimal point and date format
|
* Define Language with A4 and default decimal point and date format
|
||||||
* @param name - displayed value, e.g. English
|
* @param name - displayed value, e.g. English
|
||||||
* @param AD_Language - the code of system supported langauge, e.g. en_US
|
* @param AD_Language - the code of system supported language, e.g. en_US
|
||||||
* (might be different than Locale - i.e. if the system does not support the language)
|
* (might be different than Locale - i.e. if the system does not support the language)
|
||||||
* @param locale - the Locale, e.g. Locale.US
|
* @param locale - the Locale, e.g. Locale.US
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue