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.static Map
<Locale, Set<LocalizedString>> LocalizedStringLoader.loadFromClasspath
(String classpathPackage) Loads all localized string files present in the specified package on the classpath.static Map
<Locale, Set<LocalizedString>> LocalizedStringLoader.loadFromFilesystem
(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
(List<LocalizedString> alternatives) Applies alternative expression-driven translations to this builder.DefaultStrings.Builder.localizedStringSupplier
(Supplier<Map<Locale, ? extends Iterable<LocalizedString>>> localizedStringSupplier) Applies a localized string supplier to this builder.