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