How to detect if the language is English (All variants) on Android?

Viewed 20834

I want to show a button only for English users, is there a way to detect the language settings?

I know how to get the current Locale, but I don't know if comparing it against Locale.English is sufficient, since there must be a lot of English variations etc.

Anyone experience doing this?

8 Answers
Related