LocalizedResourceBundle

Shorthand for getting resources.

Functions

Link copied to clipboard
open fun get(): ResourceBundle
open fun get(resourceBundle: String): ResourceBundle
Link copied to clipboard
open fun getString(key: String): String
Looks up on the property files and returns the correct String.