How to change the meeting title

Hi there, please

how to replace the meeting title from ZOOM to other text when start a meeting?

You can replace to what you want in localizable.strings

Hi Yuan,

Thank you very much for your quick response.

I have solved it by changing the Chinese localizable.strings and setting the system language to Chinese.

Just curious if there is any way to force using Chinese localizable.strings even when the laptop system language is still English?

Cheers,

Rao

You can refer to our api "- (ZoomSDKError)setPreferLanguage:(NSString )preferLanguage" in ZoomSDK.h. Note, need call ‘’- (NSArray)getLanguageArray’’ first before call this api.