Locale/Language not working on appium 1.3.4?

Hi,

I am trying to set locale and language to DE through code and it is somehow not working in appium 1.3.4.
I have set following capabilities in code
capabilities.setCapability(“locale”, locale);
capabilities.setCapability(“language”, language);
capabilities.setCapability(“fullReset”, “true”);

I think I am missing something here which is changed recently because this was working on appium 1.2.
Thanks in advance.

~akshaydch11

It seems simulator is changing to DE locale but my app is not getting switched. Any guesses?