|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Library Reference > PDMSystem > DBWGetLang |
Returns the language of the current MechworksPDM installation.
Function DBWGetLang()
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 |
Sub main()
DBWInit(TRUE)
DBWMsgBox DBWGetLang
end sub