Localized text for characters?
Elrey.5472:
After a few days trying to learn how the API works, I understand the ?lang=es attribute can give me an spanish localized version, like for example https://api.guildwars2.com/v2/items/309?lang=es
However, I can’t seem to find how to do it for characters information.
Ideally I would want to get the gender, race, profession and everything already localized.
Anhim.3156:
If you take a look at https://api.guildwars2.com/v2, you can see a list of all the endpoints. Beside each endpoint you might find [l]; which the information at the bottom describes as : “l : locale aware (via ?lang=<langId>)”.
/v2/characters, unfortunately does not support language attributes.
Elrey.5472:
:( That’s what I though. Thank you anyway.