IAppxManifestQualifiedResource::GetLanguage method

Retrieves the language of the resource.

Syntax

HRESULT GetLanguage(
  [out, retval] LPWSTR *language
);

Parameters

  • language [out, retval]
    Type: LPWSTR*

    A string that contains the language of the resource.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows 8.1 [desktop apps only]

Minimum supported server

Windows Server 2012 R2 [desktop apps only]

Header

AppxPackaging.h

IDL

AppxPackaging.idl

IID

IID_IAppxManifestQualifiedResource is defined as a803f724-f6d3-4451-9a56-e57707e5def0

See also

IAppxManifestQualifiedResource