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?