How to translate to multi languages?

I’ve searched but can’t find a way to translate to multiple languages. Can you please help me to solve this problem?
Thank you in advance.

Best regards,
John

for client view it’s easy to change the translation of the 14 supported languages-> dist/lib/lang/*.json (you have to host all zoom sdk files on your own server)

for component view the language information is integrated in the js file → zoom-meeting-embedded-ES5.min.js → search for ‘:{translation:{’

1 Like

Dear @j.schoenemeyer

Thank you for your reply.
Let me check.

Best regards.

Dear @j.schoenemeyer

Best regards,
John.

Dear @j.schoenemeyer,

Best regards,
John.

parse the mimized file and change the translation text

the text is escaped (“\u…”)

here you can escape <-> unescape text

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.