Translations APIs
You can access platform translation logic by using the Java, Groovy, JavaScript, and REST APIs provided with Max.
* 
All Max Ruby APIs are deprecated. Be sure to migrate your Ruby code to Groovy or other languages.
Fallback Logic for Translations
When translations are unavailable for specified languages, the following languages are searched until a translation is found:
1. Authenticated user’s language
2. System language
3. English
If no translation is found for these languages, full identifiers for code translations and translated metadata field values are returned.
For more information:
Was this helpful?