Release Notes
Announcements
Translate Button | Text Message Translation Result |
![]() | ![]() |
AppBuilder. To set or retrieve the target language, refer to the demo:// Set the target language for translationAppBuilder.getInstance().translateConfig.setTargetLanguage('zh');// Get the current target language for translationfinal currentLanguage = AppBuilder.getInstance().translateConfig.targetLanguage;
MessageList widget includes a toggle for the Text Message Translation feature in its config parameter. By default, this feature is enabled (true). To disable it, set the value to false:MessageList(config: ChatMessageListConfig(isSupportTranslate: false),),
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback