POST api/Translation/resxToJSON
Request Information
URI Parameters
None.
Body Parameters
LanguageRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Language": "sample string 1"
}
Response Information
Resource Description
GetResourcesAlhambraResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Md5 | string |
None. |
|
| ResourceAlh | Dictionary of string [key] and string [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"Md5": "sample string 1",
"ResourceAlh": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
}