1

I'm wondering if there is a way to get data in specific language when using gracenote series_search or series_fetch methods.

It turns out that using ger field is useless... I still get data in english ... If someone could help resolving this, that would be great! =)

millenion
  • 1,218
  • 12
  • 16
  • Can you provide an example of your current request with a test account that we can replicate with? According to the documentation, you should just be able to add `ger` to your request XML... – scrowler Mar 23 '14 at 23:44
  • Thanks a lot for your quick reply! Here's my request example: The good wife XXXXXXXX-XXXXXXXXXXXXXX XXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXfra – millenion Mar 24 '14 at 00:00
  • Have you tried uppercase LANG? And make sure you close the query tag – scrowler Mar 24 '14 at 00:06
  • This doesn't work either... I'll give it a try tomorrow again... :( Maybe it's the language iso3 name that is unrecognised: The good wifexxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxfrancefra" – millenion Mar 24 '14 at 00:18
  • 1
    In fact, it was the damn language name that was not correct! "fre" is the value that should be used. It would be great if gracenote documentation could be a bit more specific... Anyway, thanks for your support =). – millenion Mar 24 '14 at 00:20

1 Answers1

1

Gracenote uses 3-letter ISO 639-2 codes to specify languages. The format is described at http://en.wikipedia.org/wiki/List_of_ISO_639-2_codes - Gracenote supports most major languages.

Thanks to your suggestion, we've added this documentation to our page at: https://developer.gracenote.com/eyeq

cweichen
  • 493
  • 3
  • 5