Property NameLocalizations
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
NameLocalizations
Gets the localized names for this choice.
[JsonProperty("name_localizations")]
public IReadOnlyDictionary<string, string>? NameLocalizations { get; set; }
Property Value
Remarks
The keys must be appropriate locales as documented by Discord: https://discord.com/developers/docs/reference#locales.