Package com.zerog.ia.api.pub
Interface I18NAccess
-
- All Known Implementing Classes:
CustomCodeConsoleProxy
,CustomCodePanelProxy
,CustomCodeRuleProxy
,InstallerProxy
,UninstallerProxy
public interface I18NAccess
This class provides access to the InstallAnywhere locale files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getValue(java.lang.String key)
Gives access to locale-specific UI strings.java.lang.String
getValue(java.lang.String key, java.util.Locale locale)
Gives access to locale-specific UI strings.
-