GET api/Language/Get?lang={lang}
Returns a JSON file to be use with Angular-Translate.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lang |
Valid values will be something such as en-US or es-US. Notice that we pass the lang as a regular query string ?lang=en-US |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.