Skip to main content

Interface Language


Use the Language screen to view and update the preferred interface language.

The selected language determines how localized content displays throughout the application.



This screen includes:

#ElementDescription
1Language selection sectionDisplays available interface languages
2Language optionSelects a preferred interface language
3Selected language stateIndicates the current language selection
4Apply actionSaves the selected language

Workflow

  1. Open the Language screen.
  2. Load available language options.
  3. Select a language.
  4. Review the selected language.
  5. Select Apply.
  6. Refresh localized content.

Validations

ScenarioApp BehaviorSDK Output
Language screen opensDisplay available languagesPUT /api/v3/account/change-language
Language selectedUpdate selection statelanguage = selected
Language availableEnable Apply actionstate = ready
Request failsDisplay error statestatus = 405

Actions

ScenarioApp BehaviorSDK Output
Language screen openedLoad language optionsPUT /api/v3/account/change-language
Language selectedUpdate the active selectionlanguage = selected
Apply selectedSave the selected languagePOST /api/v3/account/change-language
Language updatedRefresh localized contentstatus = 204

Endpoint Resources

Language Selection Screen

PUT 

v3/account/change-language

Returns the language selection screen.

The response body includes:

  • Available language options.
  • Current language selection.
  • Apply action.

Change Language

POST 

v3/account/change-language

Updates the preferred interface language.

A successful request returns 204 No Content.

Parameters

NameTypeRequiredDescription
languageStringYesInterface language code