Hello,
I am experiencing an issue with the Intercom SDK on Android. When I initialize Intercom at app startup, I set the current language using:
UserAttributes.Builder().withLanguageOverride(currentLanguage)
After changing the system language and reinitializing Intercom with the updated language, most of the content updates correctly. However, the "Send us a message" text remains in the original language.
It seems that this specific text does not update after reinitialization. Is there a way to ensure that all content, including this text, is fully updated after a language change?
Thank you for your help.