VerLanguageName function kernel32
Retrieves a description string for the language associated with a specified binary Microsoft language identifier.
To learn more, see learn.microsoft.com/windows/win32/api/winver/nf-winver-verlanguagenamew.
Implementation
@pragma('vm:prefer-inline')
int VerLanguageName(int wLang, PWSTR szLang, int cchLang) =>
_VerLanguageName(wLang, szLang, cchLang);