I'm trying to read the language setting on iOS. So in the following example I'd like to get "en" or "English", but not "de" or "German":
I already inspected the whole CultureInfo.CurrentCulture
object from System.Globalization
and NSLocale.CurrentLocale
from MonoTouch.Foundation
. But I only see de_DE
everywhere.