Search code examples
androidfirebasefirebase-invites

Android Firebase Invites app description not localized


The app description included to the invitation email automatically is not localized. Looks like independently on a device, account language an app description included to an email is in English. Am I doing something wrong? Shouldn't it be localized automatically?


Solution

  • Looks like indeed the app description included to an invitation letter is not localized.

    It's possible to customize the invitation email by setEmailHtmlContent (String htmlContent) which content could be localized.