Language

Get the currently selected language used within the COBI.Bike app.

const language = COBI.parameters.language();

The above command returns a language string like 'en-US'.

If no language is set, the default language 'en-US' will be returned.

Last updated