Uses of Interface
com.lokalized.LanguageForm
-
Uses of LanguageForm in com.lokalized
Classes in com.lokalized that implement LanguageFormModifier and TypeClassDescriptionenumLanguage animacy forms.enumLanguage plural cardinality forms.enumLanguage clusivity forms.enumLanguage formality forms.enumLanguage gender forms.enumLanguage plural ordinality forms.enumRepresents the phonetic onset category of a word, used to select context-appropriate word forms in localized strings.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(@NonNull LocalizedString.LanguageFormTranslationRange range, @NonNull Map<@NonNull LanguageForm, @NonNull String> translationsByLanguageForm) Constructs a per-language-form translation set with the given placeholder range and mapping of translations by language form.LanguageFormTranslation(@NonNull String value, @NonNull Map<@NonNull LanguageForm, @NonNull String> translationsByLanguageForm) Constructs a per-language-form translation set with the given placeholder value and mapping of translations by language form.