Uses of Interface
com.lokalized.LanguageForm
-
Uses of LanguageForm in com.lokalized
Classes in com.lokalized that implement LanguageFormModifier and TypeClassDescriptionenum
Language plural cardinality forms.enum
Language gender forms.enum
Language plural ordinality forms.Methods in com.lokalized that return types with arguments of type LanguageFormModifier and TypeMethodDescriptionLocalizedString.LanguageFormTranslation.getTranslationsByLanguageForm()
Gets the translations by language form for this per-language-form translation set.Constructor parameters in com.lokalized with type arguments of type LanguageFormModifierConstructorDescriptionLanguageFormTranslation
(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.