Core
ResourceBundle
Class Hierarchy:

A collection of locale-specific resources.

Constructor Summary
Public Core.ResourceBundle()

Class Method Summary
Public getParentLanguageCode()
Generates a less specific version of the specified language code.

Instance Method Summary
Public get()
Returns a locale-specific map.
Public set()
Adds a new locale-specific map to the bundle.
Public toString()

Constructor Detail
Core.ResourceBundle()

Class Method Detail
getParentLanguageCode
Generates a less specific version of the specified language code. Returns null if no "parent" language code can be determined. This operation is implemented by removing the sub-tag (if found) from the specified RFC 1766 language code. If the language code does not have a sub-tag, null is returned.
Parameters:
languageCode (String) - an RFC 1766 language code
Returns:
(String) a less specific version of the specified language code, or null if none can be determined

Instance Method Detail
get
Returns a locale-specific map.

set
Adds a new locale-specific map to the bundle.

toString