Web SDK - Can the operation button be customized in Chinese?

Description
Hello, In the project, I encountered a problem in the project。
I need to define the action buttons from the default English to Chinese。
Like this:


Can you help please?

Thanks

Hey @qiumeihui, thanks for posting and using Zoom!

Are you trying to do this with the Web SDK?

Thanks,
Tommy

Hey Tommy, thanks for your reply.
Yes, i’m trying to do this with the Web SDK .
I need define the action buttons from the default English to Chinese.
Can you help please?

Thank

Hey @qiumeihui,

Yes, you can change here: https://zoom.github.io/sample-app-web/LanguageResource.html

Tutorial: https://zoom.github.io/sample-app-web/tutorial-multi-language.html

Thanks,
Tommy

Hey Tommy, thanks for your reply.
I will try your suggestion.

Thanks,
Qiumeihui.

Hey, tommy.
I try to use zh-cn .
But there is a error:【Cannot read property ‘reload’ of undefined】.
I don’t understand what went wrong. And I don’t know whether to use it in the join method or the init method.
Or can you give me a copy of the sample code?

Thanks,
Qiumeihui

Hey @qiumeihui,

I have put the $.i18n.reload("zh-CN"); here:

import { ZoomMtg } from '@zoomus/websdk';

ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();

// I have jquery globally
declare var $

$.i18n.reload("zh-CN");

Can you please share your code so I can help debug?

Thanks,
Tommy

@tommy Hey, tommy.
Thank you very much for your reply.
I put the $.i18n.reload("zh-CN"); in my code. It’s working now.
And another question is Can I hide the leaving-meeting button?Because our requirement is that the participants cannot leave the meeting voluntarily.
Thanks,
Qiumeihui

2 Likes

Hey @qiumeihui, you are welcome! :slight_smile:

You can hide it via CSS or JavaScript. There is no built in way with the Web SDK to hide the leave button.

Thanks,
Tommy

Hey @tommy.Thank you very much for your reply.
I hide it via CSS. :slightly_smiling_face:

Thanks,
Qiumeihui

1 Like

You are welcome! :slight_smile:

-Tommy

Hi @qiumeihui!

I’m still having that problem. (error:【Cannot read property ‘reload’ of undefined)
How did you solve it?

Thanks,
E.A.

Hey @elias.araya,

Please create a new topic and fill out the post template so we have enough information to debug the issue.

Thanks,
Tommy