So if I https://api.guildwars2.com/v2/raids?ids=all&lang=en and https://api.guildwars2.com/v2/raids?ids=all&lang=de , the only thing, that changes is the content_language field in the response header. Is there a way to get the Boss/Checkpoint names in the language, which is given by the lang parameter?
Comments
Hmm, if anything, they'd be an
event_id
guid that references/v2/events
. There's no real programmatic way to resolve the event guids though, so I'd have to dig through content and find all the ids. If I can find an hour or two to spare at some point in the future I'll try to remember to add those. Here's a tracking issue.asdadasd
Thanks! Would be really nice to have a way to get these things localized, otherwise I'll have to localize that all myself, which means that I cannot display the names of new raids automatically as soon as they show up on the api.