DTwainInterface::SetLanguage

Top  Previous  Next

Syntax

DTwainInterface& DTwainInterface::SetLanguage(LONG lLanguage );

 

Parameters

lLanguage

A TWAIN Language constant

 

Return Value

Returns reference to the current DTwainInterface object (*this).

 

Comments

DTwainInterface::SetLanguage sets the TWAIN Language code used by the TWAIN Source Manager.  This function should be called before DTwainInterface::StartSession.  The Language information can also be set in the DTwainInterface constructor, or by calling DTwainInterface::SetAppInfo.