Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android GCM push notification for localization application

I have a single android application, which supports for 7 countries(Localization and Internationalization). The application functionality and language changed based on the device locale. I need to implement the GCM push notifications for this application. Requirement:

  • Is it possible to send the push notification in 7 different languages with single GCM account.
  • Is there any way to display the push notification in their device local language.
like image 644
Ganesh Avatar asked Feb 19 '13 13:02

Ganesh


1 Answers

You can easily localize your GCM notification using title_loc_key and body_loc_key. These keys listed in official GCM docs.

More details can be found here.

like image 52
Eugene Brusov Avatar answered Sep 22 '22 13:09

Eugene Brusov