...
Field | Type | Description |
---|---|---|
id | Reference | Reference to the Source Messages (source_message) table. |
language | String | Two-symbol name of the language (ru, en, etc). |
translation | Text | The 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:
ID | 15596431050000002 |
language | ru |
...
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. |
...