Versions Compared

Key

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

Table of Contents

Introduction


English

Messages is used to manage customised locale messages and is particularly useful when you need to use a custom label in your forms, for adhering to certain locale.

After managing your messages here, see Hash Variable - App Message to append the i18n labels in your app.

Managing messages at Application level should only be done if you need to use custom messages that are not applicable to other applications.


Image AddedImage Removed
Figure 1: Properties & Export - Message

...

Add New Key- You may add your own message key value into your App.

Form Builder 

Panel
borderColorpurple
bgColorwhite
borderWidth1
titleBGColor#ddccff
borderStylesolid
titleNew Feature

This is a new feature in Joget DX 8.

Accessing it through the form builder is a new feature in DX 8.

Image RemovedImage Added

Image RemovedImage Added

Import PO File- Import a .po file to the App.

Generate PO File- Generate a .po file of selected locale in the App.


Deleting The Messages

There are two options to delete the i18n messages in your Form Advance Tools:

  • Empty or delete the translation property field values and then click the Save button, Joget will delete the message record from the "app_message" database table.
  • Use a database manager to delete the records - use this SELECT SQL query to display the records: SELECT * FROM app_message WHERE appId='crm' // Change the appId to your app's ID

Add Messages And PO Files

...