Skip to content
Richard Thombs edited this page Feb 10, 2014 · 3 revisions

The Localisation API allows for the retrieval and update of text labels used to translate TeamHaven into different languages.

GET /api/localisation/text/:culture/:path

Lists the localised text for a set of labels.

URL parameters

culture
An ISO 639-2 language code, eg enfor English, or fr for French.
path
Further parts of the path allow a subset of labels to be returned, eg /api/localisation/text/en/CallStatus will return the English translations of all labels beginning with /CallStatus.

Query String parameters

platform
An optional platform identifier that filters the results to just those flagged as required by the given platform:
  • pocketpcWindows Mobile
  • androidGoogle Android
  • windows8Windows RT and Windows 8
  • iosApple iOS
PUT /api/localisation/text/:culture/:path

Sets the translated text for a specific label in a specific language. The body of the PUT is used as the translated text.

Clone this wiki locally