Skip to content

Instantly share code, notes, and snippets.

@programmation
Created August 6, 2017 23:39
Show Gist options
  • Save programmation/96dd2f27740bb93a1cf31ac69335ab6d to your computer and use it in GitHub Desktop.
Save programmation/96dd2f27740bb93a1cf31ac69335ab6d to your computer and use it in GitHub Desktop.
Configure Xamarin app to use device culture
// from https://forums.xamarin.com/discussion/100540/set-default-culture-to-culture-of-device
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo(CultureInfo.CurrentUICulture.ToString());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment