Group: National Language Support - Library: kernel32
Retrieving national language settings
UINT GetACP(VOID); DECLARE INTEGER GetACP IN kernel32 This function has no parameters.
The return value is the current ANSI code-page identifier for the system, or a default identifier if no code page is current.
Home