Hi all,
I have a question about translating Vietnamese language to English in Excel file.
Could you show me how to translate it?
Thank you
Hi all,
I have a question about translating Vietnamese language to English in Excel file.
Could you show me how to translate it?
Thank you
Hi @hoa_le
I suggest you to use any API for translate language into FME ( using HTTPCaller transformer ).
Thanks in Advance,
Danilo
Hi @hoa_le
I suggest you to use any API for translate language into FME ( using HTTPCaller transformer ).
Thanks in Advance,
Danilo
Hi @danilo_fme ,
Could you share to me more details?
Thank you
Hello @hoa_le , I think the best API to try would be this one: https://cloud.google.com/translate/docs/basic/translating-text. However, I am not too sure how this would interact with excel. Hope this helps, Kailin.
Hello @hoa_le , I think the best API to try would be this one: https://cloud.google.com/translate/docs/basic/translating-text. However, I am not too sure how this would interact with excel. Hope this helps, Kailin.
Hi @hoa_le thanks your suggest you.
I agree you about this API.
Hi, all
In my case, I have table Vietnamese. I want to translate English. I don't know how to make function.
Could you share to me? Thank you
Hi, all
In my case, I have table Vietnamese. I want to translate English. I don't know how to make function.
Could you share to me? Thank you
Hi - Please share us the excel file.
Thanks,
Danilo
Hi @hoa_le
I created a test for your case:
1 - Account on the Google Translate API
2- Generate a Key for the project
3- Study the API to get the URL for translate language
4 - Creator transformer ( start workspace without a Reader ) instead your case - you need to connect the Excel file
5- Use the transformer HTTPCaller to connect the Google Translate API:
https://translation.googleapis.com/language/translate/v2?key={key-Project API Google}={Attribute your excel}&target={language to translate }&alt=json&source={ vietnan language}
Thanks in Advance,
Danilo
Hi @hoa_le
I created a test for your case:
1 - Account on the Google Translate API
2- Generate a Key for the project
3- Study the API to get the URL for translate language
4 - Creator transformer ( start workspace without a Reader ) instead your case - you need to connect the Excel file
5- Use the transformer HTTPCaller to connect the Google Translate API:
https://translation.googleapis.com/language/translate/v2?key={key-Project API Google}={Attribute your excel}&target={language to translate }&alt=json&source={ vietnan language}
Thanks in Advance,
Danilo
Thank you so much. I do it :)
Thank you so much. I do it :)
Yes, thank for your supporting :)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.