GET I18n/Resource?text={text}&culture={culture}
Translates the text.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| text | The text. | string | Required | 
| culture | The culture. | string | None. | 
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
            Sample:
        "sample string 1"
application/xml, text/xml
            Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>