当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
LocaleSupport.Localizer (Editor Library) - NetBeans API Javadoc (Current Development Version)
org.netbeans.editor
Interface LocaleSupport.Localizer
- Enclosing class:
- LocaleSupport
public static interface LocaleSupport.Localizer
Translates the keys to the localized strings. There can be multiple localizers
registered in the locale support.
getString
String getString(String key)
- Translate the key to the localized string.
- Parameters:
key
- key to translate to the localized string.