context.getLocale() - (Deprecated) Retrieve the interface language of the current user. Use getLanguage() instead — it returns a language code, not a locale.
Return value - String "ru"|"en"
Deprecated. Use getLanguage() instead — this method returns a language code ("ru" | "en"), not a locale.