Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wsdtypes.h (include Wsdapi.h) |