Share via


WSD_LOCALIZED_STRING (Compact 2013)

3/26/2014

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.

Requirements

Header

wsdapi.h

Library

wsdapi.lib

See Also

Reference

Web Services on Devices Structures