Skip to product menu
Skip to main content

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");