
You can translate a Contest label and description into a selected language. If you need to add additional languages, navigate to Settings → Languages and add a new language to be stored. You can read more about how to add an additional language to the list of available languages in Contest translation here.
TRANSLATIONS fields
EXAMPLES
» Languages Object
Optional
Select the languages into which you need to translate your Contest Name, Description and Terms & Conditions. |
» Label String
Optional
The translated Contest name that a player sees when they participate in the Contest. |
» Description String
Optional
The translated Contest description visible to players. |
» Terms Conditions String
Optional
The translated Terms and Conditions of the Contest that a player sees in the leaderboard. |
APP Example:
Languages | English |
Name | Summer Contest! |
Description | A contest to commemorate the end of summer! |
Terms Conditions | Log in and play! |
API Example:
{ "jsonClass": "Contest", ... "translations": { "en-GB": [ { "jsonClass": "Translation", "fieldName": "label", "text": "Summer Contest!" }, { "jsonClass": "Translation", "fieldName": "description", "text": "A contest to commemorate the end of summer!" }, { "jsonClass": "Translation", "fieldName": "termsConditions", "text": "Log in and play!!!" } ] }, ... }