Skip to content

Commit

Permalink
Add description to CultureCode enum
Browse files Browse the repository at this point in the history
  • Loading branch information
recalaz committed Mar 19, 2021
1 parent 2889f46 commit 9ac5d73
Showing 1 changed file with 84 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4115,27 +4115,90 @@
"description": "Language in which the recipient will receive the notification",
"type": "string",
"enum": [
"en-us",
"ja-jp",
"zh-cn",
"de-de",
"es-es",
"fr-fr",
"it-it",
"ko-kr",
"pt-br",
"ru-ru",
"zh-tw",
"cs-cz",
"pl-pl",
"tr-tr",
"da-dk",
"en-gb",
"hu-hu",
"nb-no",
"nl-nl",
"pt-pt",
"sv-se"
{
"value": "en-us",
"description": "English (United States)"
},
{
"value": "ja-jp",
"description": "Japanese (Japan)"
},
{
"value": "zh-cn",
"description": "Chinese (Simplified, China)"
},
{
"value": "de-de",
"description": "German (Germany)"
},
{
"value": "es-es",
"description": "Spanish (Spain, International)"
},
{
"value": "fr-fr",
"description": "French (France)"
},
{
"value": "it-it",
"description": "Italian (Italy)"
},
{
"value": "ko-kr",
"description": "Korean (Korea)"
},
{
"value": "pt-br",
"description": "Portuguese (Brazil)"
},
{
"value": "ru-ru",
"description": "Russian (Russia)"
},
{
"value": "zh-tw",
"description": "Chinese (Traditional, Taiwan)"
},
{
"value": "cs-cz",
"description": "Czech (Czech Republic)"
},
{
"value": "pl-pl",
"description": "Polish (Poland)"
},
{
"value": "tr-tr",
"description": "Turkish (Turkey)"
},
{
"value": "da-dk",
"description": "Danish (Denmark)"
},
{
"value": "en-gb",
"description": "English (United Kingdom)"
},
{
"value": "hu-hu",
"description": "Hungarian (Hungary)"
},
{
"value": "nb-no",
"description": "Norwegian Bokmal (Norway)"
},
{
"value": "nl-nl",
"description": "Dutch (Netherlands)"
},
{
"value": "pt-pt",
"description": "Portuguese (Portugal)"
},
{
"value": "sv-se",
"description": "Swedish (Sweden)"
}
],
"x-ms-enum": {
"name": "CultureCode",
Expand Down

0 comments on commit 9ac5d73

Please sign in to comment.