I have done this in following manner and worked for me.
setContentView(R.layout.activity_main);
Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar);
toolbar.setTitle(resources.getString(R.string.app_name));
setSupportActionBar(toolbar);
Use this code after changing local configuration.