ResourceBundle

Undocumented in source.

Constructors

this
this(ImportData[] data)

First entry is the default entry if no maching locale is found

this
this(ImportData data)
Undocumented in source.
this
this(String data)
Undocumented in source.

Members

Functions

getKeys
Enumeration getKeys()
Undocumented in source. Be warned that the author may not have intended to support it.
getKeysAsArray
String[] getKeysAsArray()
Undocumented in source. Be warned that the author may not have intended to support it.
getString
String getString(String key)
Undocumented in source. Be warned that the author may not have intended to support it.
hasString
bool hasString(String key)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getBundle
ResourceBundle getBundle(ImportData[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
getBundle
ResourceBundle getBundle(ImportData data)
Undocumented in source. Be warned that the author may not have intended to support it.
getBundle
ResourceBundle getBundle(String name)
Undocumented in source. Be warned that the author may not have intended to support it.
getBundleFromData
ResourceBundle getBundleFromData(String data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

map
String[String] map;
Undocumented in source.

Meta