GET api/cultures
Returns a list of all formatting cultures known to the system.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of client formatting cultures.
Collection of CultureInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Parent | CultureInfo |
None. |
|
| LCID | integer |
None. |
|
| KeyboardLayoutId | integer |
None. |
|
| Name | string |
None. |
|
| IetfLanguageTag | string |
None. |
|
| DisplayName | string |
None. |
|
| NativeName | string |
None. |
|
| EnglishName | string |
None. |
|
| TwoLetterISOLanguageName | string |
None. |
|
| ThreeLetterISOLanguageName | string |
None. |
|
| ThreeLetterWindowsLanguageName | string |
None. |
|
| CompareInfo | CompareInfo |
None. |
|
| TextInfo | TextInfo |
None. |
|
| IsNeutralCulture | boolean |
None. |
|
| CultureTypes | CultureTypes |
None. |
|
| NumberFormat | NumberFormatInfo |
None. |
|
| DateTimeFormat | DateTimeFormatInfo |
None. |
|
| Calendar | Calendar |
None. |
|
| OptionalCalendars | Collection of Calendar |
None. |
|
| UseUserOverride | boolean |
None. |
|
| IsReadOnly | boolean |
None. |
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.