Lines Matching refs:GetUserLocaleInfo
2377 "langid: " & GetUserLocaleInfo(userLCID, LOCALE_ILANGUAGE) & ": " & _
2378 GetUserLocaleInfo(userLCID, LOCALE_SENGLANGUAGE) & _
2379 "-" & GetUserLocaleInfo(userLCID, LOCALE_SENGCOUNTRY) & _
2380 " abrv: " & GetUserLocaleInfo(userLCID, LOCALE_SISO639LANGNAME) & _
2381 "-" & GetUserLocaleInfo(userLCID, LOCALE_SISO3166CTRYNAME) & _
2382 " sdate: " & GetUserLocaleInfo(userLCID, LOCALE_SSHORTDATE)
2385 "langid: " & GetUserLocaleInfo(sysLCID, LOCALE_ILANGUAGE) & ": " & _
2386 GetUserLocaleInfo(sysLCID, LOCALE_SENGLANGUAGE) & _
2387 "-" & GetUserLocaleInfo(sysLCID, LOCALE_SENGCOUNTRY) & _
2388 " abrv: " & GetUserLocaleInfo(sysLCID, LOCALE_SISO639LANGNAME) & _
2389 "-" & GetUserLocaleInfo(sysLCID, LOCALE_SISO3166CTRYNAME) & _
2390 " sdate: " & GetUserLocaleInfo(userLCID, LOCALE_SSHORTDATE)