How i init my react js project using "pt-PT" as default language

Description
in the meetConfig.lang the lang i set is “pt-PT”
I tried to put on my ZoomMtg.init lang: meetConfig.lang, but doens’t work

and the https://marketplace.zoom.us/docs/sdk/native-sdks/web/advanced/multi-language doens’t work for me

Which version?
with web sdk v1.81

Additional context
always started with en-US
image

Hey @diego.luis.gomes2015,

Are you seeing an error message, or does it just not change the language?

You can see info on how to change the language in the Web SDK here:

https://marketplace.zoom.us/docs/sdk/native-sdks/web/advanced/multi-language

Try putting the language declaration at the top of the file, not in the success callback of ZoomMtg.init.

Thanks,
Tommy