Determines the language code for the current locale.
Returns a String object that contains the language code for the locale. This is either an empty string or a lowercase ISO 639 code.
This function block is based on the java.util.Locale.getLanguage() method.