In windows phone how can I change between 2 cultures inside the app, for example when user clicks on language setting inside app, it should change between English and Arabic, based on the Appresource files I created?
I have tried this on button click, but doesn't work:
Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("ar-SA");
Thanx