Validate that a language code matches the ISO 639-1 alpha-2 pattern.
Two-letter language code
true when the code matches [a-z]{2}
true
[a-z]{2}
Validate that a language code matches the ISO 639-1 alpha-2 pattern.