Hello,
Is it possible to enforce translation of a string? I noticed that a translation from French to English returns these results:
Université de Sherbrooke -> Université de Sherbrooke
Université de Montreal -> University of Montreal
Why would one name be translated into English and the other one kept in its original form? I would like to use the API and pass a parameter along to indicate that all names should be attempted to be translated.
Thanks, J.