Language configuration

Setup language

To restrict the language of the Metamap plugin use fixedLanguage parameter. The following languages are being supported, By default, the plugin language is the language of the device, but you can change it to add it to the list:

LanguageValue
Germande
Englishen
Spanishes
Frenchfr
Italianit
Portuguesept
Russianru
Turkishtr
Polishpl
Thaith

For example in order to fix Spanish language in the plugin use the code snippet below:

MetaMapCapacitor.showMetaMapFlow({ clientId: "YOUR_CLIENT_ID",
                                  flowId: "YOUR_FLOW_ID", metadata: {"fixedLanguage" : "es"}})