All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----multilizer.Dictionary | +----multilizer.BundleDictionary | +----multilizer.ResourceDictionary
Set the FileName property to contain the name of the resource. Call the open method to open the dictionary.
You can also set the dictionary read the table data from streams. Implement the LanguageStreamListener interface and set it to listen the dictionary by calling the addLanguageStreamListener method. The stream must contain the same Unicode data as the language file.
An example:
ResourceDictionary dictionary = new ResourceDictionary(); dictionary.setFileName("dictionary"); dictionary.open();
protected ResourceBundle resourceBundle
public ResourceDictionary()
protected void languageChanged(boolean languageChanged, boolean localeChanged)
protected String translateString(String str, String form, String component)
All Packages Class Hierarchy This Package Previous Next Index