The IsValidLocale function applies a validity test to a locale identifier. The dwFlags parameter determines the nature of the validity test. Currently, the function tests whether a locale identifier is installed or supported on the calling system.
BOOL IsValidLocale(
LCID Locale, |
// locale indentifier to validate |
DWORD dwFlags |
// specifies validity test |
); |
Value |
Meaning |
LCID_INSTALLED |
Test whether the locale identifier is both supported and installed. |
LCID_SUPPORTED |
Test whether the locale identifier is supported. |
If the locale identifier passes the specified validity test, the return value is nonzero.
If the locale identifier does not pass the specified validity test, the return value is zero.
If the LCID_INSTALLED flag is specified and this function returns a nonzero value, the locale identifier is both supported and installed on the system.
If the LCID_SUPPORTED flag is specified and this function returns zero, the locale identifier is supported in the release, but not necessarily installed on the system.
file: /Techref/os/win/api/win32/func/src/f52_10.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/10 05:15,
3.135.193.17:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/func/src/f52_10.htm"> IsValidLocale</A> |
Did you find what you needed? |