Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

To support language localization on application level.

Prefix

Code Block
i18n

Attributes

  • #i18n.keyName#

Sample Attributes

Code Block
#i18n.app.hello#

Scope of use

  • All components within the App.

Sample Usage

In your App's properties, you may add your own messages. For example, we can have two messages in Chinese and English for the key "app.hello".

...