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
Post a Comment