Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi everyone,
in my project I have to translate some string from one lang to another.
e.g. from Italian to any language possible.
Is there some way to make a query to a cloud translator (not google cloud translate, another one if exist)?
Thank you.
Solved! Go to Solution.
Vuforia Studio does not provide directly any tools for translating of text from one language into another. But of course, you can try to use any third party cloud services (e.g. MS azure or others) or some local libraries to perform this task. The direct implementation should be done according to the third-party module documentation and should be tested if it works in the Vuforia Studio environment.
I suspect that probably in Vuforia Community you will not receive direct answer of this question. But maybe, some member has experience with this and could help.
To find any cloud service or libraries for translation you need to check in some general javascript / angular Internet groups or forums where, may be you can find answer of your question about translation and check if you can get information about such libraries or services and try to incorporate these third party libraries or services is your Vuforia Studio project.
Another point is that third party libraries / service should be supported on chrome / preview mode / but it is more important to support a call form the mobile device where you want to deploy you experiences.
Vuforia Studio does not provide directly any tools for translating of text from one language into another. But of course, you can try to use any third party cloud services (e.g. MS azure or others) or some local libraries to perform this task. The direct implementation should be done according to the third-party module documentation and should be tested if it works in the Vuforia Studio environment.
I suspect that probably in Vuforia Community you will not receive direct answer of this question. But maybe, some member has experience with this and could help.
To find any cloud service or libraries for translation you need to check in some general javascript / angular Internet groups or forums where, may be you can find answer of your question about translation and check if you can get information about such libraries or services and try to incorporate these third party libraries or services is your Vuforia Studio project.
Another point is that third party libraries / service should be supported on chrome / preview mode / but it is more important to support a call form the mobile device where you want to deploy you experiences.
Thank you for your reply.
I'm developing some pyhton script that could be called with some http post from our server.
Thank you for your help.