create Translate button. Name it “Translate” + the name of your table, add label “Translate”
add this formula to the action of Translate button: [DB Targets].Filter(Source.In([DB Texts])).Automatic
create Delete with translations button column in the table. Add formula to button action:
RunActions(
DeleteRows([DB Targets].Filter(Source=thisRow)),
DeleteRows(thisRow)
)
5. You can now add rows with texts into this table.
6. To translate texts, simply first click Prepare translation button, and then Translate button. Depending on how many translations are needed, it will take some time to execute.
Use provided table
With this template, we have provided a table DB Texts. This table is already set up and ready to be translated. If you just have some texts that you want to translate, you can add them to this table. Simply add new rows and first click Prepare translation button, and then Translate button. Depending on how many translations are needed, it will take some time to execute.
3. Set up frontend
Use custom pages
You can translate your existing page.
Copy all the texts from the page to custom origin table (see: