Language & Locale
Appetize supports multiple languages and locales for running your mobile apps in different regions and languages.
Language
With Query Parameter
&language=af-ZAWith JavaScript SDK
With Configuration
await client.setConfig({
language: 'af-ZA',
...
})With SetLanguage
SetLanguageLocale
With Query Parameter
With JavaScript SDK Configuration
Timezone
With Query Parameter
With JavaScript SDK Configuration
iOSKeyboard
With Query Parameter
With JavaScript SDK Configuration
Sample Usage
Japanese language and keyboard
French language with French AZERTY keyboard
Last updated