showTranslationToggle property

dynamic showTranslationToggle
getter/setter pair

Set this to true to show a translation toggle in all conversations. Set this to "auto" to show a translation toggle in conversations where there are participants with different locales. This setting defaults to false, meaning that no toggles will be shown. In order to use this, you must be on the Premium plan, and set a Google Translate API key in the dashboard.

Implementation

external dynamic /*bool | "auto" | null */ showTranslationToggle;