Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support native names in countries #438

Open
alex6dj opened this issue Jul 26, 2023 · 0 comments · May be fixed by #520
Open

Support native names in countries #438

alex6dj opened this issue Jul 26, 2023 · 0 comments · May be fixed by #520

Comments

@alex6dj
Copy link

alex6dj commented Jul 26, 2023

Short request. Country currently don accept the use of native name property.

public class Country
  {
    [JsonProperty("iso_3166_1")]
    public string Iso_3166_1 { get; set; }

    [JsonProperty("english_name")]
    public string EnglishName { get; set; }
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant