최근 검색
최근 검색 없음
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