In language change Activity
LocaleHelper.setLocale(LanguageActivity.this, "bn");
restartApp();
private void restartApp() {
Intent intent = new Intent(this, MainActivity.class);
intent.putExtra("lang", true);
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK);
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);