- Installation
- Push Notification
- Customization
- Rest API
- API Reference
- Launcher Button Customization
- Zoho SalesIQ
- Launcher
- Conversation
- Chat
- start()
- startWithTrigger()
- setWaitingTime()
- get()
- setTitle()
- setLanguage()
- setDepartment()
- setOperatorEmail()
- setVisibility()
- showOperatorImageInLauncher()
- setVisibility(MbedableComponent)
- showOfflineMessage()
- getList()
- open()
- endSession()
- fetchAttenderImage()
- setListener()
- getDepartments()
- showFeedbackAfterSkip()
- hideQueueTime()
- show()
- Chat Actions
- Calls
- Logger
- Visitor
- Visitor Tracking
- Notification
- Conversation
- Knowledge Base
- FAQ
- SDK 2.x, 3.x
- SDK 1.x
- Download Sample App
- Release Notes
- Additional Features
Chat.setLanguage()
This API lets you configure language preferences for the embedded chat widget in your mobile application.
PARAMETERS
Available languages and their parameter codes,
- French [fr]
- German [de]
- Spanish [es]
- Dutch [nl]
- Norwegian [nb]
- Turkish [tr]
- Russian [ru]
- Portuguese [pt]
- Italian [it]
- Korean [ko]
- Japanese [ja]
- Danish [da]
- polish [pl]
- Arabic [ar]
- Hungarian [hu]
- Portuguese [pt_PT]
- Chinese [zh]
- Hebrew [iw]
- Irish [ga]
- Romanian [ro]
- Thai [th]
- Swedish [sv]
- Greek [el]
- Czech [cs]
- Slovak [sk]
- Slovenian [sl]
- Croatian [hr]
Syntax:
CopiedZohoSalesIQ.Chat.setLanguage(String language);
Example:
CopiedZohoSalesIQ.Chat.setLanguage("ar");
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.