Package-level declarations
Types
Common base class for implementing LocalizedString
A combination of two LocalizedString forming a new one
LocalizedString that always returns "" in toString
For objects that hold different attribute values for different Locale values
A map of attribute values per locale that can be used attribute-based message formatters.
For objects that change their toString method based on the set Locale in de.comahe.i18n4k.i18n4k
A factory for LocalizedString with 1 parameter.
See LocalizedStringFactory1, but with 10 parameters.
See LocalizedStringFactory1, but with 2 parameters.
See LocalizedStringFactory1, but with 3 parameters.
See LocalizedStringFactory1, but with 4 parameters.
See LocalizedStringFactory1, but with 5 parameters.
See LocalizedStringFactory1, but with 6 parameters.
See LocalizedStringFactory1, but with 7 parameters.
See LocalizedStringFactory1, but with 8 parameters.
See LocalizedStringFactory1, but with 9 parameters.
A simple implementation of LocalizedStringFactoryN that maps a locale values to string values.
A factory for LocalizedString with arbitrary number of parameters.
Base interface for all factories with direct parameters
A simple implementation of LocalizedString that maps a locale values to string values.
Provies locale specific formatting of numbers. e.g. "12.345,67"
LocalizedString that can have parameters.
Simple implementation of LocalizedAttributable that always return the given value
LocalizedString that always return the same value in toString
Functions
Combines the two LocalizedString into one
Combines the LocalizedString and the String into a LocalizedString