Languages
At GameCMS, we understand how important it is to have multiple languages for your website. Our Language Settings provide you the ability to generate as many languages as you want.
You must be familiar with json
to create a language.
Our languages are based on a "key":"value" structure. Most people understand this structure and can easily generate their own language.
How to Create a New Language
- Navigate to the GameCMS Dashboard
- Go to Website Settings
- Select Languages
Default Languages
At the top, you will find all the "Default" languages our platform provides.
Clone Button
- To create a new language, press the clone button at the end of each language.
- When prompted, enter any name you like (e.g., Test) and press clone.
- The language file will load, and you can change anything as you wish.
For cloned languages, you must keep the key word translations
as an array in the language file. If the translations
key does not exist, the language won't be valid.
Edit Button
- The edit button allows you to create/edit the default language without cloning it.
- This is ideal and recommended if you want to use, for example, English.
- You can edit or add anything you want.
- This way, if we make changes or add anything to the language file, you will be up to date.
How to Set the Default Language
To set the default language, simply press the button Set as default on the language you want.
How to Disable a Language
To disable a language, simply press the button Activate/Disable on the language you want.
AI Assistant
You can now use our AI Assistant to help you with the translation.
How to Use the AI Assistant
- Select the lines you want to translate (preferably in chunks of 20 or 30 lines).
- Press
Ctrl + I
to activate the AI Assistant. - Tell the AI what you want it to do, or mention the language you want the text translated to.
- Copy the translation result.
- Replace the original text with the translated text.
You won't be able to translate the whole language file at once. It's better to do it in chunks of 20 or 30 lines.