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++ |
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
BlogSettings Class
BlogEngine.Core Namespace