Discussions

Ask a Question
Back to all

how to localise firebase notifications on Android

I am pretty new to this and I could not find much information online.

Android app receives a notification from the backend using AndroidNotification.builder() and we want to show messages in different languages on the app.

on the backend I have code to add setBodyLocalizationKey setTitleLocalizationKey so I Android can show in their localised language.