This function returns the database language of the current configuration.
object.GetDBLanguage()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISLanguageUtils interface |
string
Display some information about the current configuration, including the database language.
Dim aLanguageUtils
Dim aMessage
Set aLanguageUtils = Profile.LanguageUtils
aMessage =_
aLanguageUtils.FormatStr2("The current configuration has ""%0:s"" UI language and ""%1:s"" DB language",_
aLanguageUtils.GetUILanguage, aLanguageUtils.GetDBLanguage)
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface DB Language can be found in
.