Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To support language localization on application level:

  • #i18n.keyName#

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".

Image Added
Figure 1: Listing of messages in your app's properties

In your Userview, you may access the value by using this internationalization hash variable, #i18n.app.hello#.
Image Added
Figure 2: Using Internationalization hash variable in the Userview Builder.

Image Added Image Added