Message Bundle
open class MessageBundle @JvmOverloads constructor(val messageBundleName: String = "", val messageBundlePackage: String = "")
Base class for bundles of messages.
Messages are referenced by indexes. Sub-classes should define constants with the indexes to access the messages
Also manages a map of locales to translations (MessagesProvider)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Returns the entry registered for the given key.
Link copied to clipboard
Add or replaces a translation in this message bundle
Link copied to clipboard
Add or replaces a translation in this message bundle. Loaded asynchronously by the factory.
Link copied to clipboard
Remove all registered translations (see registerTranslation)