| Class | Description |
|---|---|
| I18n |
Provides access to a bundle of text strings, based on the name of the bundle,
the Locale of the requesting browser, and the current theme directory.
|
| I18nBundle |
A wrapper for a ResourceBundle that will not throw an exception, no matter
what string you request.
|
| I18nBundle.EmptyResourceBundle |
A resource bundle that contains no strings.
|
| I18nLogger |
If enabled in developer mode, write a message to the log each time someone
asks for a language string.
|
| VitroResourceBundle |
Works like a PropertyResourceBundle with two exceptions:
It looks for the file in both the i18n directory of the theme and in the i18n
directory of the application.
|
Copyright © 2022. All rights reserved.