Multilanguage support for the ZivaCare Connect
The ZivaCare Connect popup can be served in a number of different languages based on an optional parameter supplied by the developer. Today we support the languages listed below.
If you would like to add an additional language, simply send us an email.
To use the localization feature, an optional language parameter can be provided to specify the language in which ZivaCare Connect popup will be displayed. If the parameter is skipped
or the given language is not supported, then the popup will default to en (English).
var options = {
...
language: 'de',
...
}
ZivaConnect.open(options);
Languages
VALUE | DESCRIPTION |
---|---|
en | English |
de | Deutsch |
fr | French |
es | Spanish |