Get the current locale

Is there a simple way to just query what the current Locale is on the user’s device?

https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.getcultureinfo?view=net-5.0

If you don’t want to read through the entire stuff:
https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.currentculture?view=net-5.0

1 Like

That works perfectly. Thank you!

If you are looking to do this to pick the start Locale then we already do this in the SystemLocaleSelector.