Table of Contents

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

IReadOnlyDictionary<string, string>

Remarks

The keys must be appropriate locales as documented by Discord: https://discord.com/developers/docs/reference#locales.