Package gw.config
Interface IGosuLocalizationService
-
- All Superinterfaces:
IPluginHost,IService
public interface IGosuLocalizationService extends IService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexists(ResourceKey key)Stringlocalize(ResourceKey key, Object... args)-
Methods inherited from interface gw.plugin.IPluginHost
getInterface
-
-
-
-
Method Detail
-
localize
String localize(ResourceKey key, Object... args)
-
exists
boolean exists(ResourceKey key)
-
-