Android get device locale
There’s a much simpler and cleaner way to do this than using reflection or parsing some system property. As you noticed once you set the default Locale in your app you don’t have access to the system default Locale any more. The default Locale you set in your app is valid only during the life … Read more