Language & Locale

Appetize supports multiple languages and locales for running your mobile apps in different regions and languages.

Language

circle-exclamation

With Query Parameter

Set the language of the device by adding the language query parameter to your app or embed URL.

&language=af_ZA

See Query Params Reference for more information.

With JavaScript SDK

Set the language of the device via our JavaScript SDK

With Configuration

await client.config({
    language: 'af_ZA',
    ...
})

See Configuration for more information.

With SetLanguage

See API Reference for more information

Locale

iOS Only

With Query Parameter

Set the locale of the device by adding the locale query parameter to your app or embed URL.

See Query Params Reference for more information

With JavaScript SDK Configuration

Set the locale of the device via our JavaScript SDK configuration

See Configuration for more information

Timezone

Android Only

With Query Parameter

Set the time zone of the device by adding the timezone query parameter to your app or embed URL.

See Query Params Reference for more information

With JavaScript SDK Configuration

Set the time zone of the device via our JavaScript SDK configuration

See Configuration for more information

Last updated