How do you change languages in electron sdk?

Thanks for using zoom sdk.
Please refer to InitSDK : function (opts) in the file zoom_sdk.js. In the line 115, it is
var ret = addon.InitSDK(path,webdomain,langid,onApiCallResult,_threadsafemode)
The ‘langid’ is used to define the language you want to use.
Also please refer to the defination of ZoomSDK_LANGUAGE_ID for the details of the supporting languages.

1 Like