Hello. I'm new to Umbraco. I need help.
On my page I add 'select' which contains various languages as options. I need to make it so that after selecting a language, a search is made for the translation of content in the database. If it is not then from third-party resources. and the content should be translated for the user. I plan to implement this as a plugin, so it should work for many users at the same time. I tried to implement it by translating content, but it turned out that in my approach one person can translate the content for himself but it will also be translated by me and others.
What are the solutions to my problem?
If you want real time translation you probably want to look at something like Google Website Translator which will add a drop down to your site and translate the content in real time for the user.
If you want to store translations in umbraco then you are going to need to setup your site as multilingual site, there are a couple of different ways to do this, a good place to start is in the documentation
if you want to look at translation of content - then Translation Manager can connect your site to translation providers and push content back into umbraco, but that is a back office managed by the editors.
Translation of the page in real time
Hello. I'm new to Umbraco. I need help. On my page I add 'select' which contains various languages as options. I need to make it so that after selecting a language, a search is made for the translation of content in the database. If it is not then from third-party resources. and the content should be translated for the user. I plan to implement this as a plugin, so it should work for many users at the same time. I tried to implement it by translating content, but it turned out that in my approach one person can translate the content for himself but it will also be translated by me and others. What are the solutions to my problem?
Hi Eugen,
If you want real time translation you probably want to look at something like Google Website Translator which will add a drop down to your site and translate the content in real time for the user.
If you want to store translations in umbraco then you are going to need to setup your site as multilingual site, there are a couple of different ways to do this, a good place to start is in the documentation
if you want to look at translation of content - then Translation Manager can connect your site to translation providers and push content back into umbraco, but that is a back office managed by the editors.
is working on a reply...