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
    public string Language {get; set;}

    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also