LocalizedEntry.Language Property

Definition

Gets or sets the culture information.

public:
 property System::Globalization::CultureInfo ^ Language { System::Globalization::CultureInfo ^ get(); void set(System::Globalization::CultureInfo ^ value); };
public System.Globalization.CultureInfo Language { get; set; }
member this.Language : System.Globalization.CultureInfo with get, set
Public Property Language As CultureInfo

Property Value

The culture information.

Exceptions

An attempt to set the property to null occurs.

Applies to