Gets or sets the language this blog is written in.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string Language{ get; set;}
Public Property Language As String
public:
property String^ Language {
	String^ get ();
	void set (String^ value);
}

Field Value

The language this blog is written in.

Remarks

Recommended best practice for the values of the Language element is defined by RFC 1766 [RFC1766] which includes a two-letter Language Code (taken from the ISO 639 standard [ISO639]), followed optionally, by a two-letter Country Code (taken from the ISO 3166 standard [ISO3166]).

Examples

en-US

See Also