public interface II18nAccess
| Modifier and Type | Method and Description |
|---|---|
String |
getString(Enum<?> identifier) |
String |
getString(Locale locale,
Enum<?> identifier) |
String |
getString(Locale locale,
String identifier) |
String |
getString(Locale locale,
String identifier,
String... arguments) |
String |
getString(String identifier) |
String |
getString(String identifier,
String... arguments) |
String getString(Enum<?> identifier)
identifier - the resource identifier by enumString getString(Locale locale, Enum<?> identifier)
locale - the localeidentifier - the resource identifier by enumString getString(String identifier)
identifier - the resource identifierString getString(Locale locale, String identifier)
locale - the localeidentifier - the resource identifierString getString(String identifier, String... arguments)
identifier - the resource identifierarguments - arguments which will be inserted into the stringCopyright © 2018–2019 Taimos GmbH. All rights reserved.