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.enumGeneric classifier categories for languages that require measure words or counters.enumLanguage clusivity forms.enumDefiniteness forms.enumLanguage formality forms.enumLanguage gender forms.enumGrammatical case 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 TypeMethodDescription@NonNull Class<? extends LanguageForm> LanguageFormType.getLanguageFormClass()Gets the concreteLanguageFormclass represented by this type.LocalizedString.LanguageFormTranslation.getTranslationsByLanguageForm()Gets the translations by language form for this per-language-form translation set.LocalizedString.LanguageFormTranslationRule.getWhenByLanguageFormType()Gets the selector conditions for this rule.Methods in com.lokalized with parameters of type LanguageFormModifier and TypeMethodDescriptionstatic @NonNull LanguageFormTypeLanguageFormType.forLanguageForm(@NonNull LanguageForm languageForm) Determines the selector-form type for a concrete language-form value.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.LanguageFormTranslationRule(@NonNull Map<@NonNull LanguageFormType, @NonNull LanguageForm> whenByLanguageFormType, @NonNull String value) Constructs a translation rule with the given selector conditions and value.