I have to settings on page say Settings.xmal.cs
IsolatedStorageSettings.ApplicationSettings["gender"] = 0;
IsolatedStorageSettings.ApplicationSettings["lang"] = 0;
I want to access these settings throughout my whole app or in all pages where i want.
like on mainpage.xaml, aboutus.xaml