Any chance you could make SystemLanguageConverter.GetSystemLanguageCultureCode public?
I was looking how to retrieve the system language and how to map it to a Locale. Using SystemLanguage and then converting it to a two-letter code seems like the simplest solution and that’s what the method in question is doing already. However, the method is marked as internal.