public class LanguageInfo extends Object
Language.| Modifier and Type | Class and Description |
|---|---|
static class |
LanguageInfo.TextDirection
An enum representing text direction.
|
| Constructor and Description |
|---|
LanguageInfo()
Creates a new instance.
|
public String getId()
public void setId(String id)
id - the language ID to set.public String getName()
public void setName(String name)
name - the language name to set.public String getEditorCode()
public void setEditorCode(String editorCode)
editorCode - the editor code to set.public String getTwoLettersCode()
public void setTwoLettersCode(String twoLettersCode)
twoLettersCode - the two-letters code to set.public String getThreeLettersCode()
public void setThreeLettersCode(String threeLettersCode)
threeLettersCode - the three-letters code to set.public String getLocale()
public void setLocale(String locale)
locale - the locale to set.public String getAndroidCode()
public void setAndroidCode(String androidCode)
androidCode - the Android code to set.public String getOsxCode()
public void setOsxCode(String osxCode)
osxCode - the macOS code to set.public String getOsxLocale()
public void setOsxLocale(String osxLocale)
osxLocale - the macOS locale to set.public String[] getPluralCategoryNames()
public void setPluralCategoryNames(String[] pluralCategoryNames)
pluralCategoryNames - the array of plural category names to set.public String getPluralRules()
public void setPluralRules(String pluralRules)
pluralRules - the plural rules to set.public String[] getPluralExamples()
public void setPluralExamples(String[] pluralExamples)
pluralExamples - the array of plural examples to set.public LanguageInfo.TextDirection getTextDirection()
LanguageInfo.TextDirection.public void setTextDirection(LanguageInfo.TextDirection textDirection)
textDirection - the LanguageInfo.TextDirection to set.public String getDialectOf()
public void setDialectOf(String dialectOf)
dialectOf - the dialect of to set.Copyright © 2024. All rights reserved.