In our application the language can be changed from "settings" and does not depend from device language. But your SDK choose language from the device settings and I have problem with that.
How can I change SDK language?
In our application the language can be changed from "settings" and does not depend from device language. But your SDK choose language from the device settings and I have problem with that.
How can I change SDK language?
Hey. I've shared a couple of code snippets below that should help you. There's a few things to note:
Â
Â
Android:
Intercom.client().updateUser(new UserAttributes.Builder().withLanguageOverride("FR").build());
Â
iOS:
ICMUserAttributes *userAttributes = ICMUserAttributes new];
userAttributes.languageOverride = @"FR";
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.