WSD_LOCALIZED_STRING (Windows Embedded CE 6.0)
1/6/2010
This structure represents a single localized string.
Syntax
typedef struct _WSD_LOCALIZED_STRING {
const WCHAR* Lang;
const WCHAR* String;
} WSD_LOCALIZED_STRING;
Members
- Lang
The standard language code used for localization. Valid language codes are specified in RFC 1766.
- String
The string data in the localized language.
Remarks
RFC 1766 extends ISO-639. Dialect extensions to the ISO-639 codes are used for the lang member. For example, "en-US" is used to indicate a string localized for the USA/English dialect. For more information on RFC 1766, see this Internet Engineering Task Force Web site. For more information on ISO-639, see this Unicode Web site.
Requirements
Header | wsdapi.h |
Library | wsdapi.lib |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |