Uses of Class
com.lokalized.LocalizedString.Builder
-
Uses of LocalizedString.Builder in com.lokalized
Methods in com.lokalized that return LocalizedString.BuilderModifier and TypeMethodDescriptionLocalizedString.Builder.alternatives(@Nullable List<@NonNull LocalizedString> alternatives) Applies alternative expression-driven translations to this builder.LocalizedString.Builder.commentary(@Nullable String commentary) Applies commentary (usage/translation notes) to this builder.LocalizedString.Builder.languageFormTranslationsByPlaceholder(@Nullable Map<@NonNull String, @NonNull LocalizedString.LanguageFormTranslation> languageFormTranslationsByPlaceholder) Applies per-language-form translations to this builder.LocalizedString.Builder.translation(@Nullable String translation) Applies a default translation to this builder.