Uses of Class
com.lokalized.LocalizedString
-
Uses of LocalizedString in com.lokalized
Modifier and TypeMethodDescriptionLocalizedString.Builder.build()
Constructs an instance ofLocalizedString
.Modifier 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.Modifier and TypeMethodDescriptionLocalizedString.Builder.alternatives
(List<LocalizedString> alternatives) Applies alternative expression-driven translations to this builder.