Tag: API language change

TTWrite API: Change Display Language

Endpoint URL //ttwrite.4up.eu/mobile_api/language Description This API allows the logged-in user to change the display language of the application interface. Parameters Field Value Remarks language_code string The language code (e.g., en, es, fr) to set as the display language. Example Usage httpCopy codePOST //ttwrite.4up.eu/mobile_api/language Content-Type: application/json { “language_code”: “en” } Notes