Search notes:

Windows: Language for Non-Unicode Programs

The Language for Non-Unicode Programs, prior to Windows XP known as system locale, specifies the default code page.
A dialog that allows to change this language can be opened from cmd.exe by executing intl.cpl.

TODO

C:\> systeminfo | findstr "System Locale:"
C:\> systeminfo | findstr "Input Locale:"

See also

The influence of Language for Non-Unicode Programs on WinAPI A and W functions.
The GetSystemDefaultLangID WinAPI function.

Index