returns and sets the xml:lang value
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public string Language { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Language As String |
| Visual C++ |
|---|
public: property String^ Language { String^ get (); void set (String^ value); } |