GetSystemDefaultLCID
GetSystemDefaultLCID is a Windows API function that returns the system default locale identifier (LCID). It is part of the Win32 API and is declared in Windows.h. The function takes no parameters and returns an LCID value.
The returned LCID identifies the locale the operating system uses to format data such as dates, times,
This function is distinct from GetUserDefaultLCID (which returns the user’s default locale) and GetThreadLocale (which returns
Example usage: LCID lcid = GetSystemDefaultLCID(); The value can be used when an application needs to format