...
The API provides the following message:
Code Block |
---|
<translations_category timestampid="1613570990894category:1"> <category idtimestamp="11648804938131"> <text <translation lang="de" name="England"/> <translation <text lang="en" name="England"/> <text <translation lang="es" name="Inglaterra"/> <text <translation lang="fr" name="Angleterre"/> <text <translation lang="it" name="Inghilterra"/> <text <translation lang="pt" name="Inglaterra"/> </category> </translations_category>translations> |
Tag translations _category has only one attribute which is timestamp with date and time when message was created.
Under that tag there is a tag named category that has ID of category.
Then there are data for has attributes category id & timestamp.
Inside there are all languages placed into child text tranalsation tags. Tags text translation have attribute lang which indicates the ISO language Code and name for sport category name in that specified language.
...