I want to change the broadcast language to Turkish

Hello, we show the publications on our website with web sdk. How can I change the language in the user interface to Turkish?

Hey @ayzaedu.livem,

Please see this thread for custom language support:

Thanks,
Tommy

1 Like

Hi I am trying to use it as below but language file does not change may cause error? Json file also available

Hi @ayzaedu.live,

Right now we do not support Turkish language, it is on our roadmap to support this in a future release. You could to custom language support as Tommy provided in his last post to put in Turkish language. Here is a doc showing how to do so - https://marketplace.zoom.us/docs/sdk/native-sdks/web/advanced/multi-language#add-custom-language-keys

You’ll need to add your own custom language support to the langArray first.
Thanks

that’s what I’m talking about. We want to create and activate a new language json file, but the language comes in English.

Hi @ayzaedu.live,

We refactored the sample code here to work for custom languages - https://marketplace.zoom.us/docs/sdk/native-sdks/web/advanced/multi-language#add-custom-language-keys.
You should be able to include turkey as a custom language. For a list of all the language resources please visit our language resource page - https://zoom.github.io/sample-app-web/LanguageResource.html

Thanks