Property PreferredLocale
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
PreferredLocale
Gets the preferred locale of this guild.
This is used for server discovery, interactions and notices from Discord. Defaults to en-US.
[JsonProperty("preferred_locale", NullValueHandling = NullValueHandling.Ignore)]
public string? PreferredLocale { get; }