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