How do I programmatically check which Locale is currently running on a device?
Locale.getDefault().toString() or context.getResources().getConfiguration().locale.getDisplayName()
Locale.getDefault().toString()
context.getResources().getConfiguration().locale.getDisplayName()
both return strings