Are there any constants for language codes like "en" or "de" in java or in a java library? (Or is using the strings OK?)
I know that something like
Locale.COUNTRY-NAME.getLanguage()
would work, but I am searching for something more streamlined like
Locale.LANGUAGE-NAME