Class User.LocaleData
This user's locale
Inherited Members
Namespace: Google.Apis.Blogger.v3.Data
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class User.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 |