...
Warning |
---|
Please do not change original messages in the Source Messages (source_message) table, it can cause malfunction on the instance. If you need to make changes in any source message, then create a copy of it in the Messages (message) table with the desired text and fill in the Language field with the 'en' value. |
Localization API
...
In SimpleOne, we have the SimpleMessage API class with the getMessage() message in it which is taking in an original message from the source_message table and returns a message in the user's language that is set as default in the system. To read more, please refer to the relevant article: SimpleMessage.