Versions Compared

Key

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

...

Field

Type

Description

idReferenceReference to the Source Messages (source_message) table.
languageStringTwo-symbol name of the language (ru, en, etc).
translationTextThe translated message.

These two tables are bound by ID; it means that every message in the Source Messages (source_message) table has a unique ID, and its translated version in the Messages (message) table has the same ID.

For example, the message "Login" in the Source Messages (source_message) table has ID 15596431050000002. Moreover, the message "Логин" has the following prerequisites in the Messages (message) table:

ID15596431050000002
languageru

...

Note

Please keep in mind that the IDs of the original message in the Source Messages (source_message) table and the localized message in the Messages (message) table must be the same to prevent malfunction.

Also, the language field must be populated, as well.

...