Uses of Class
org.compiere.model.MLanguage
-
Packages that use MLanguage Package Description org.compiere.model Provides for.... -
-
Uses of MLanguage in org.compiere.model
Methods in org.compiere.model that return MLanguage Modifier and Type Method Description static MLanguage
MLanguage. get(Properties ctx, String AD_Language)
Get Language Model from AD_Languagestatic MLanguage
MLanguage. get(Properties ctx, Language lang)
Get Language Model from Languagestatic MLanguage[]
MLanguage. getWithLanguage(Properties ctx, String LanguageISO)
Load Languages (variants) with LanguageMLanguage
MLanguage. markImmutable()
Constructors in org.compiere.model with parameters of type MLanguage Constructor Description MLanguage(Properties ctx, MLanguage copy)
MLanguage(Properties ctx, MLanguage copy, String trxName)
-