Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
Do we have any way to convert one language to another in Qlik. If there is any function like GOOGLETRANSLATE in google sheets??
Hello,
Similar topic was already discussed multiple times in Qlik Community and here are some of the available posts/articles:
As you can see it was requested already to have this as a functionality and there are some suggestions on how to implement this with a workaround. Another suggestion that I could share, is the use of custom extensions [5]. This will allow you to write a custom code and you might be able to use a direct API call to Google Translator API, however I can't confirm this as I haven't tried this one on my own and there could be limitations. You can try looking into the documentation or experimenting with demo extension, before actually building a custom one for your specific use case scenario.
To summarize the information, natively there is not any function available like GOOGLETRANSLATE() in Google Sheets. However the best solution to have multilingual app is described in the post [1].
I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, please mark it as accepted solution to give further visibility to other community members.
---
[1] https://community.qlik.com/t5/Qlik-Design-Blog/Making-a-Multilingual-Qlik-Sense-App/ba-p/1678131
[2] https://community.qlik.com/t5/Suggest-an-Idea/TRANSLATIONS-IN-QLIKSENSE/idi-p/1688473
[3] https://community.qlik.com/t5/Suggest-an-Idea/TRANSLATIONS-IN-QLIKSENSE-STORIES/idi-p/1739812
[4] https://community.qlik.com/t5/Qlik-Design-Blog/Handling-Multiple-Languages/ba-p/1473518
Hello,
Similar topic was already discussed multiple times in Qlik Community and here are some of the available posts/articles:
As you can see it was requested already to have this as a functionality and there are some suggestions on how to implement this with a workaround. Another suggestion that I could share, is the use of custom extensions [5]. This will allow you to write a custom code and you might be able to use a direct API call to Google Translator API, however I can't confirm this as I haven't tried this one on my own and there could be limitations. You can try looking into the documentation or experimenting with demo extension, before actually building a custom one for your specific use case scenario.
To summarize the information, natively there is not any function available like GOOGLETRANSLATE() in Google Sheets. However the best solution to have multilingual app is described in the post [1].
I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, please mark it as accepted solution to give further visibility to other community members.
---
[1] https://community.qlik.com/t5/Qlik-Design-Blog/Making-a-Multilingual-Qlik-Sense-App/ba-p/1678131
[2] https://community.qlik.com/t5/Suggest-an-Idea/TRANSLATIONS-IN-QLIKSENSE/idi-p/1688473
[3] https://community.qlik.com/t5/Suggest-an-Idea/TRANSLATIONS-IN-QLIKSENSE-STORIES/idi-p/1739812
[4] https://community.qlik.com/t5/Qlik-Design-Blog/Handling-Multiple-Languages/ba-p/1473518
Thank you Andrei. This is very useful.:)