dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleGlobalization Class / Language Property

In This Topic
Language Property
In This Topic
Specifies the default language of the database.
Syntax
'Declaration
 
Public Property Language As String
 

Property Value

The default language of the database.
Remarks
Language is used for messages, day and month names, and sorting algorithms. It also determines NLS_DATE_LANGUAGE and NLS_SORT parameter values. The default value is the NLS_LANGUAGE setting of the local computer.
See Also