IStemmerConfig::SetLocaleInfo method (infotech.h)

Sets locale information for the stemmer.

Syntax

HRESULT SetLocaleInfo(
  [in] DWORD dwCodePageID,
  [in] LCID  lcid
);

Parameters

[in] dwCodePageID

ANSI code page number specified at build time.

[in] lcid

Win32 API locale identifier specified at build time.

Return value

This method can return one of these values.

Return code Description
S_OK
Locale described by the parameters is supported.
E_INVALIDARG
Locale described by the parameters is not supported.

Requirements

Requirement Value
Target Platform Windows
Header infotech.h

See also

IStemmerConfig