NTPGetLanguage        

 

NTPGetLanguage ( ) -> <LanguageID>

 

 

Description

 

This command provides a check for the language currently set. The function provides the currently set language as a return value. It is possible to influence the current language selection by using NTPSetLanguage.

 

 

Declaration for Lotus Script

 

Declare Function NTPGetLanguage Lib "NTP.DLL" ( ) As Long

 

 

Parameter

 

none

 

 

Return value

 

<LanguageID> (LONG)

ID of the desired language. Possible values:

NTPLANGUAGE_GERMAN

NTPLANGUAGE_ENGLISH

NTPLANGUAGE_FRENCH

NTPLANGUAGE_ITALIAN

NTPLANGUAGE_PORTUGUESE

NTPLANGUAGE_SPANISH

 

 

Note: Additional values are possible depending on the languages installed. The values are equivalent to those defined as the MS-Windows language numbers.