Hi! Is there any way to know if the original title of the film is translated into a specific language?
example:
https://api.themoviedb.org/3/movie/41602?api_key=###&language=es
original_title: "The Necessary Death of Charlie Countryman"
but the Spanish translation is incorrect:
title: "The Necessary Death of Charlie Countryman"
Kan du ikke finde en film eller TV-serie? Log in og opret den.
Want to rate or add this item to a list?
Ikke medlem?
Svar af Travis Bell
d. 17 april 2014 kl. 11:05 AM
Hi al020594,
Not officially on our end but a general rule would be that if they match, it's probably not translated. So a simple but effective way would just to do a string comparison. If they're different, you can assume it's translated.
Svar af al020594
d. 18 april 2014 kl. 3:14 AM
But it can happen as the movie is called like: = Titanic Titanic. Also that the original language is searched. In both cases be discarded
Svar af Travis Bell
d. 18 april 2014 kl. 10:27 AM
Yes, the
title
field will contain whatever the specified language title is, even if it's the same title we have fororiginal_title
. Generally speaking, most films are English (we have thousands of non English, I am just saying in general like Titanic) so you won't see much difference with either field. When you get into requesting other languages or more foreign stuff, these fields will start to diverge.