Hi all,
I want to use the MobileSDK(Ionic) in my app where Italian is the default language.
Where I can find all the label of the SDK, so I can add the translation in my file.
Thanks,
Daniel!
Hi all,
I want to use the MobileSDK(Ionic) in my app where Italian is the default language.
Where I can find all the label of the SDK, so I can add the translation in my file.
Thanks,
Daniel!
Hi goldiamond.2010,
Thanks for the post. Could you provide the Ionic SDK version that you are using?
Thanks!
"dependencies": { "@angular/common": "~8.2.14", "@angular/core": "~8.2.14", "@angular/forms": "~8.2.14", "@angular/platform-browser": "~8.2.14", "@angular/platform-browser-dynamic": "~8.2.14", "@angular/router": "~8.2.14", "@ionic-native/core": "^5.23.0", "@ionic-native/splash-screen": "^5.23.0", "@ionic-native/status-bar": "^5.23.0", "@ionic-native/zoom": "^5.23.0", "@ionic/angular": "^5.0.5", "cordova-android": "^8.1.0", "cordova.plugin.zoom": "4.4.5513-0.712"}
“devDependencies”: {
“@angular-devkit/build-angular”: “^0.803.22”,
“@angular/cli”: “~8.3.23”,
“@angular/compiler”: “~8.2.14”,
“@angular/compiler-cli”: “~8.2.14”,
“@angular/language-service”: “~8.2.14”,
“@ionic/angular-toolkit”: “^2.2.0”,
“cordova-plugin-device”: “^2.0.3”,
“cordova-plugin-ionic-keyboard”: “^2.2.0”,
“cordova-plugin-ionic-webview”: “^4.1.3”,
“cordova-plugin-splashscreen”: “^5.0.3”,
“cordova-plugin-statusbar”: “^2.4.3”,
“cordova-plugin-whitelist”: “^1.3.4”,
“typescript”: “^3.5.3”
},
Hi goldiamond.2010,
Thanks for the reply. I will pass the information to the engineering team and get back to you shortly.
Thanks!
Hey @goldiamond.2010,
For the Web SDK, you can change the language here:
https://marketplace.zoom.us/docs/sdk/native-sdks/web/reference
Although, I don’t think we support Italian unfortunately.
Thanks,
Tommy
Hey Tommy, so, can you show me where is Italian Language here? Thx in advance!
Currently, zoom official hasn’t support Italian, but you can do it by yourself, WebSDK <= 1.7.2
$.i18n.load(youLangDict, "it-IT");
$.i18n.reload("it-IT");
https://marketplace.zoom.us/docs/sdk/native-sdks/web/advanced/multi-language
it-IT.json file is I use google translate to Italian, you can modify by yourself.
Thank you JackYang, what about Ionic SDK?