com.semarchy.mdm.backend.runtime.bindings
Class Messages
java.lang.Object
com.semarchy.mdm.backend.runtime.bindings.Messages
public class Messages
- extends Object
Default helper class that exposes this plug-in's resource bundle through the Localization support.
When using eclipse for string externalization, you can use a call to this class and configure
the substitution method in the wizard to use getStrring(${key}, RWT.getLocale()))
- Author:
- skamel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Messages
public Messages()
getString
public static String getString(String pKey,
Locale pLocale)
getString
public static String getString(String pKey,
Locale pLocale,
Object... pArgs)
getLocalizationSupport
public static com.semarchy.commons.util.i18n.LocalizationSupport getLocalizationSupport()
Copyright © 2015. All Rights Reserved.