public interface I18nResolver
We can't do this using the I18nResolver from SAL as some hosts
(e.g. JIRA) do not have direct access to it.
| Modifier and Type | Method and Description |
|---|---|
String |
getText(String key)
Turn the passed key into an i18n string for the caller's current language.
|
String |
getText(String key,
Serializable... args)
Turn the passed key into an i18n string for the caller's current language.
|
String getText(String key)
key - the key to transform.String getText(String key, Serializable... args)
key - the key to transform.args - the arguments to use in the i18n transform.Copyright © 2018 Atlassian. All rights reserved.