NTPSetLanguage ( <LanguageID> ) -> <ErrorCode>
Description
This command allows the language to be set. This option has an effect on all reports.
Declaration for Lotus Script
Declare Function NTPSetLanguage Lib "NTP.DLL" ( ByVal LanguageID As Long ) As Long
Parameter
<LanguageID> (LONG)
ID of the desired language. Possible values:
NTPLANGUAGE_GERMAN
NTPLANGUAGE_ENGLISH
NTPLANGUAGE_FRENCH
NTPLANGUAGE_ITALIAN
NTPLANGUAGE_PORTUGUESE
NTPLANGUAGE_SPANISH
Return value
<ErrorCode> (LONG)
Number of the error encountered (0 = no error)