DBWGetLang

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Library Reference > PDMSystem >

DBWGetLang

Description

Returns the language of the current MechworksPDM installation.

Syntax

Function DBWGetLang()

Return values

The function assumes the following values according to the installation language:

DE

for German

EN

for English

FR

for French

IT

for Italian

ES

for Spanish

See also

DBWGetSQLServerLang function

Example

Sub main()
 DBWInit(TRUE)
 DBWMsgBox DBWGetLang
end sub