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"
Can't find a movie or TV show? Login to create it.
Vil du vurdere eller legge til dette elementet i en liste?
Ikke et medlem?
Svar av Travis Bell
den 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 av al020594
den 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 av Travis Bell
den 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.