Discussions
how to localise firebase notifications on Android
2 years ago by clarkjenifer33
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.