Show / Hide Table of Contents

Class Blog.LocaleData

The locale this Blog is set to.

Inheritance
System.Object
Blog.LocaleData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Blogger.v3.Data
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class 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
System.String

Language

The language this blog is authored in.

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

Variant

The language variant this blog is authored in.

Declaration
[JsonProperty("variant")]
public virtual string Variant { get; set; }
Property Value
Type Description
System.String
Back to top