setTranslationEnabledDefault method

void setTranslationEnabledDefault(
  1. dynamic enabled
)

Enable/disable translation by default. This setting is applied to any conversation for which you haven't set a specific value. @param enabled - Whether conversations should be translated by default or not. Pass "auto" to enable translation for conversations with users with different locales.

Implementation

external void setTranslationEnabledDefault(
  dynamic /*boolean | "auto"*/ enabled,
);