locale_name_user_default

  1. M

    Question GetDateFormatEx - how to access Windows constants?

    Hi all I'm trying to get the system locale (not session) date format, and I want to use this windows API, which I believe should be instantiated as follows: PROCEDURE GetDateFormatEx EXTERNAL "KERNEL32" : DEFINE INPUT PARAMETER Locale AS LONG. DEFINE INPUT PARAMETER...
Top