Idinteger(int32)The internal Storm Id of the country.NamestringThe name of the country. MaxLength: 50.CodestringThe Code of the country. The ISO 3166-1 alpha-2 is used. SE for Sweden. MaxLength: 3.{ "Id": 0, "Name": "string", "Code": "string" }
CodestringThe Code of the culture. Two letter or five letter codes. sv-SE for swedish. MaxLength: 16.NamestringThe name of the culture. MaxLength: 50.{ "Code": "string", "Name": "string" }
ListArray of objects(Culture)(Culture)A list of cultures.+Show 2 array propertiesDefaultobject(Culture)(Culture)+Show 2 properties{ "List": [ { … } ], "Default": { "Code": "string", "Name": "string" } }