public class LocalisationHelper extends Object
created on: 25.04.2013
| Constructor and Description |
|---|
LocalisationHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getString(String key)
Returns localised text as result of lookup with
key. |
static String |
getString(String key,
Object... values)
Returns localised text as result of lookup with
key using values
as parameters for the text. |
Copyright © 2019. All rights reserved.