Share via


WMEncoder.SetLocaleID

Windows Media Encoder SDK banner art

The SetLocaleID method specifies the national language used by the encoding session.

Syntax

WMEncoder.SetLocaleID(lLocaleID)

Parameters

lLocaleID

[in]  Long containing the language ID.

Return Values

This method does not return a value.

Example Code

' Create a WMEncoder object.
Dim Encoder As WMEncoder
Set Encoder = New WMEncoder

' Specify the locale ID for Canadian English.
Encoder.SetLocaleID &H1009

Requirements

Reference: Windows Media Encoder

Library: wmenc.exe

See Also