Start a new topic
Answered

Push language

Hello,


I will try the push notifications but I was wondering how to manage languages.


In this tutorial http://devcenter.kinvey.com/android/guides/push, I can't see anything about the user's language. What is the best way to manage it ?


Thanks


Best Answer

Hi Fabien,


You have to start with writing the user's language to the user object. And when you get the user object in the BL script, you will just need to write an if-else or switch statement to handle push based on their language.


Hope this helps.


Regards,

Wani


Answer

Hi Fabien,


You have to start with writing the user's language to the user object. And when you get the user object in the BL script, you will just need to write an if-else or switch statement to handle push based on their language.


Hope this helps.


Regards,

Wani


1 person likes this

Great ! I already have the user's country, I will use it.

Login or Signup to post a comment