Show / Hide Table of Contents

Class Blog.LocaleData

The locale this Blog is set to.

Inheritance
object
Blog.LocaleData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Blogger.v2.Data
Assembly: Google.Apis.Blogger.v2.dll
Syntax
public class Blog.LocaleData

Properties

Country

The country this blog's locale is set to.

Declaration
[JsonProperty("country")]
public virtual string Country { get; set; }
Property Value
Type Description
string

Language

The language this blog is authored in.

Declaration
[JsonProperty("language")]
public virtual string Language { get; set; }
Property Value
Type Description
string

Variant

The language variant this blog is authored in.

Declaration
[JsonProperty("variant")]
public virtual string Variant { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX