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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -