Package gw.internal.gosu
Class DefaultLocalizationService
- java.lang.Object
-
- gw.config.BaseService
-
- gw.internal.gosu.DefaultLocalizationService
-
- All Implemented Interfaces:
IGosuLocalizationService
,IService
,IPluginHost
public class DefaultLocalizationService extends BaseService implements IGosuLocalizationService
-
-
Constructor Summary
Constructors Constructor Description DefaultLocalizationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
exists(ResourceKey key)
String
localize(ResourceKey key, Object... args)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.plugin.IPluginHost
getInterface
-
-
-
-
Method Detail
-
localize
public String localize(ResourceKey key, Object... args)
- Specified by:
localize
in interfaceIGosuLocalizationService
-
exists
public boolean exists(ResourceKey key)
- Specified by:
exists
in interfaceIGosuLocalizationService
-
-