I18n
Provides a way to access I18n resources.
Currently i18n resources must be provided by Confluence or a plugin. See https://developer.atlassian.com/docs/common-coding-tasks/internationalising-your-plugin
Example
$i18n.getText("my.translated.message")
Methods
Name | Type | Description |
---|---|---|
| String | Returns the localized I18n resource, formatted using the given arguments.
|
| String | Returns the localized I18n resource, formatted using the given arguments as HTML fragment.
|