The setHelpCenterLocaleOverride function in Zendesk's HelpCenterActivity allows you to specify the locale for help center articles, but it does not affect the UI. By default, the help center uses the device's locale. For instance, if your device locale is en-us, the UI and AnswerBot will use en-us, but you can set the help center articles to another locale, like fr-fr, using setHelpCenterLocaleOverride.
The Classic SDKs in Zendesk support a predefined set of languages by default. You can add your own language or variant by creating a custom string file for a specific locale. Alternatively, you can overwrite existing strings in your string.xml file…
No, you cannot change the interface locale programmatically in Zendesk's Classic SDK. The locale of the interface is based on your device's locale, and there is no function within the SDK to alter this. To change the UI language, you need to change…
Changing your device locale in Zendesk's Classic SDK will change the language of the user interface. The SDK relies on the device's locale settings to determine the language of the UI. After changing the locale, you must restart the app for the…
To customize language support in Zendesk's Classic SDK, you can create your own string file for a specific locale or overwrite existing strings in your string.xml file. This allows you to add new languages or variants to the SDK, tailoring it to…