Skip to main content

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

vi


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

vi

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}

 

HTTPCaller 

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}

 

HTTPCaller 

Thanks in Advance,

Danilo

Thank you so much. I do it :)


Thank you so much. I do it :)

Hi @hoa_le​ 

Thanks for feedback. I'm happy to help you!


Thank you so much. I do it :)

Yes, thank for your supporting :)


Reply