Google Translate

Google Translate does not have a free layer, so it's not integrated to our asset. But you can use Google Translate via Google Sheets

Setup

  1. Export your "localization" table with string/text field type to Google Sheets (more information about how to do it is here)
  2. You can use the following formula to translate cell content =GoogleTranslate(Cell, "source language","target language") In our case this formula will be =GoogleTranslate(C2, "en", "fr")
  3. Once one cell is translated, you can translate the rest rows by clicking on blue dot and dragging your mouse to the last row
    Once you release the mouse, all rows will be translated
  4. Import data from Google Sheets back to BGDatabase (more information about Export/Import can be found here).