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 boolean
exists(ResourceKey key)
String
localize(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)
-
-