UcaCollationSettings.Language PropertyUcaCollationSettings.Language PropertyUcaCollationSettings::Language Property

Gets the language whose collation conventions are to be used.

Syntax

Public Property Language As String
        Get
         Set(ByVal value As String)
public string Language { get;  set; }
public:
property String^ Language {
    String^ get();
     void set(String^ value);
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

A value in the lexical space of xs:language, or null a null reference (Nothing in Visual Basic) nullptr if a language has not been specified.