Localization.java | Class | Wrapper around the TurbineLocalization Service that makes it easy
to grab something from the service.
Instead of typing:
((LocalizationService)TurbineServices.getInstance()
.getService(LocalizationService.SERVICE_NAME))
.getBundle(data)
.getString(key)
You need only type:
Localization.getString(key)
author: Jon S. |