How can change android notification language -


i change application language en es, notification come en. added code application class;

localechanger.setlocale(new locale(languagehelper.getinstance(context).getcurrentlanguage())); 

how can fix issue?

thanks.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -