Multi-language Push notification

Hi All,
I am trying to make a multiple language application with push notifications but I have issue regarding the push notification,
how I can view certain push notification based on the language, I can send an extra payload from the server and read it in the mobile application, but I dont know where to check for the language,

I am using this tutorial http://devgirl.org/2014/12/16/push-notifications-sample-app-with-ionic-and-ngcordova/

Thanks,

Anyone can do it right now?

Alternative but maybe simpler solution: Add language to the backend, save it when you also submit the push token, then just decide what language each user needs and send the matching notification.

This is why I love OneSignal :slight_smile:
They have multy language support.

That is a good idea to implement it.!
Thanks!

checking now!
seem good to me :slight_smile: