Uses of Interface
com.lokalized.LanguageForm
-
Uses of LanguageForm in com.lokalized
Modifier and TypeClassDescriptionenum
Language plural cardinality forms.enum
Language gender forms.enum
Language plural ordinality forms.Modifier and TypeMethodDescriptionLocalizedString.LanguageFormTranslation.getTranslationsByLanguageForm()
Gets the translations by language form for this per-language-form translation set.ModifierConstructorDescriptionLanguageFormTranslation
(LocalizedString.LanguageFormTranslationRange range, Map<LanguageForm, String> translationsByLanguageForm) Constructs a per-language-form translation set with the given placeholder range and mapping of translations by language form.LanguageFormTranslation
(String value, Map<LanguageForm, String> translationsByLanguageForm) Constructs a per-language-form translation set with the given placeholder value and mapping of translations by language form.