How can i get error message for other language?

in MeetingServiceDelegate::onMeetingError, i got error code and error message,the error message is always in english, even after i set language by calling [MobileRTC sharedRTC] setLanguage:@“zh-Hant”]. Can i get error message in language wanted?

Hi water42,

Setting the language via [MobileRTC sharedRTC] setLanguage:@“zh-Hant”] will only change the language in meeting UI. What error message and error code are you getting?

Hi, Carson_Chen,
i mean the error message returned as parameter of MeetingServiceDelegate::onMeetingError callback.

Yes, I understand. Unfortunately the error messages return from Zoom SDK only support English at this point. Setting the language will not change the language of the error messages. I will forward this request to our engineer. You can refer to our documentation(https://marketplace.zoom.us/docs/sdk/iOS/resource/error-codes) to identify the error you got. You can also post your error code and error message here and I would be happy to help you resolve your issue. :slight_smile:

Ok, I understand. Thanks for your reply.

Marking as solved.

-Tommy