Uses of Class
com.lokalized.LocalizedString
-
Uses of LocalizedString in com.lokalized
Methods in com.lokalized that return LocalizedStringModifier and TypeMethodDescriptionLocalizedString.Builder.build()Constructs an instance ofLocalizedString.Methods in com.lokalized that return types with arguments of type LocalizedStringModifier and TypeMethodDescriptionLocalizedString.getAlternatives()Gets alternative expression-driven translations for this string.DefaultStrings.getLocalizedStringsByLocale()Gets the set of localized strings for each locale.LocalizedStringLoader.loadFromClasspath(@NonNull String classpathPackage) Loads all localized string files present in the specified package on the classpath.LocalizedStringLoader.loadFromFilesystem(@NonNull Path directory) Loads all localized string files present in the specified directory.Method parameters in com.lokalized with type arguments of type LocalizedStringModifier and TypeMethodDescriptionLocalizedString.Builder.alternatives(@Nullable List<@NonNull LocalizedString> alternatives) Applies alternative expression-driven translations to this builder.DefaultStrings.Builder.localizedStringSupplier(@Nullable Supplier<Map<@NonNull Locale, ? extends Iterable<@NonNull LocalizedString>>> localizedStringSupplier) Applies a localized string supplier to this builder.