最近の検索
最近の検索はありません
How to change language in Apps
回答済み
投稿日時:2021年8月20日
when I change the language(localization) in my app, the previous language will be displayed in the chat page, how do i sync the chat language after changing the language in my app?
by the way, Changing the language in the app does not terminate the app. (just change the language bundle path).
following is the Chat UI building func :
UIViewController* viewController = [ZDKMessaging.instance buildUIWithEngines:engines configs:@[messagingConfiguration, chatConfiguration] error:&error];
Thanks.
1
1
1件のコメント
Eric Nelson
Hey Charlie,
Looks like you're using the unified sdk. You have to change the corresponding chat component as well as the unified sdk. If you've already done this and are still having issues, let us know!
Hope this helps,
Eric
0