Software Alternatives & Reviews

Lokalise VS Google Translate

Compare Lokalise VS Google Translate and see what are their differences

Lokalise logo Lokalise

Localization tool for software developers. Web-based collaborative multi-platform editor, API/CLI, numerous plugins, iOS and Android SDK.

Google Translate logo Google Translate

Google's free service instantly translates words, phrases, and web pages between English and over 100 other languages.
  • Lokalise Landing page
    Landing page //
    2023-08-27

Lokalise is a translation management system, which is designed to make the process of localization faster and easier. Our platform reduces manual work and routine tasks that appear while translating web and mobile apps, games, and other software.

With Lokalise you can: ✓ Translate your localization files (.xml, .strings, .json, .xliff, etc). ✓ Collaborate and manage all your software localization projects in one platform. ✓ Integrate translation into the development and deployment process. ✓ Set up automated workflows via API, use webhooks or integrate with other services (GitHub, Slack, JIRA, Sketch, etc). ✓ Add screenshots for automatic recognition and matching with the text strings in your projects. ✓ Upload Sketch artboards to Lokalise and allow translators to work before development starts. ✓ Preview in real-time how the translations will look like in your web or mobile app (iOS and Android SDK). ✓ Order professional translations from Lokalise translators or use machine translation.

  • Google Translate Landing page
    Landing page //
    2023-09-28

Lokalise videos

Lokalise: Uploading files tutorial. File formats

More videos:

  • Review - Lokalise SDK – Live Edit Module
  • Review - Lokalise: Downloading files

Google Translate videos

Google Translate 2018: Instant Interpreter!

More videos:

  • Review - Using Google Translate When Traveling | Explore a Foreign Country with Ease!
  • Tutorial - Google translate kaise chalaye | how to use google translate in mobile in hindi

Category Popularity

0-100% (relative to Lokalise and Google Translate)
Localization
100 100%
0% 0
Languages
0 0%
100% 100
Website Localization
100 100%
0% 0
Translation Service
18 18%
82% 82

User comments

Share your experience with using Lokalise and Google Translate. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Lokalise and Google Translate

Lokalise Reviews

We have no reviews of Lokalise yet.
Be the first one to post

Google Translate Reviews


The best machine translation software you can try in 2022
Google Translate needs no introduction, being probably the most well-known machine translation software out there. Launched in 2006, the translation tool previously used SMT to churn out word-for-word translations. Since then, however, Google has abandoned SMT in favor of the more accurate NMT, resulting in ever-improving translation quality. Dubbed Google Neural Machine...
Source: weglot.com
8 Best Online Translators to Using in the Real World
If you have a small sentence or a few words to translate, then you can directly place them in the box without opening its website. But, if you have a long text to be translated, you need to open the Google Translate website. This is where you will receive more space for putting up your text, and you also get an option to choose your input method from keyboard and handwriting...
Source: geekflare.com
112 Best Chrome Extensions You Should Try (2021 List)
Google Translate chrome web extension is an easy tool to understand the meanings of languages on web pages. You can just hit the extension icon to translate any highlighted part or the entire page. It supports most of the notable languages. But note that perfect and exact translation is not always accurate.
7 Best Google Translate Alternatives for 2020
But among all the apps around, Google translate is probably on everyone’s fingertip. With more than 200 million users daily, Google translate is defiantly a trustworthy + multilingual + mechanical + translator.
Source: blog.bit.ai
Best Google Translate Alternative for 2020 Onward
One of the most common reasons people search for the best Google Translate alternative is its functional limitations. While Google Translate is free and easy to use, it’s also extremely limited due to the way it works. With Google Translate alone, what you get is what you get. There’s no way for you to train the machine translation engine to produce better translations.

Social recommendations and mentions

Based on our record, Google Translate seems to be a lot more popular than Lokalise. While we know about 501 links to Google Translate, we've tracked only 11 mentions of Lokalise. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Lokalise mentions (11)

  • I need your help with ARB sample files
    I'm pretty sure, you'll find companies like this one which provide a nice GUI for helping with l10n or this one which offers translation services or this page that offers to convert between different formats, one of which probably has a nice GUI tool. Found them by 20 secs of googling. Source: 11 months ago
  • Localizations in Flutter
    Localise has no problem reading the json files or export to json, we recently started using it in collaboration with external translators. Source: about 1 year ago
  • Why can't Apple fully translate their iOS interface into all supported languages?
    Actually I don't have "my" app. But in our app we use https://lokalise.com/ to localize it even to Norwegian. Our team is not the most expensive company in the world btw. And we don't have 1B+ users all over the world. Source: about 1 year ago
  • Markdown, Asciidoc, or reStructuredText - a tale of docs-as-code
    Internationalization (i18n) pain for a documentation project is a process problem, not a feature gap. Documentation frameworks are not meant to translate your developer docs for you into the language of your choice. Some frameworks might offer i18n support, like the Crowdin support in Docusauraus v2. With Jekyll, you have to pick a theme like this one. I doubt if the reST or adoc frameworks would differ much from... - Source: dev.to / over 1 year ago
  • I made a site that enables super simple translation management and directly integrates with the Github repository
    I've been thinking about building a micro saas very similar to this after having so many issues coordinating the localization of several products I manage. The only robust options in the market are incredibly expensive (for example https://lokalise.com/). Source: over 1 year ago
View more

Google Translate mentions (501)

  • Generating Text-to-Speech Audio Files Using Google Text-to-Speech API in Node.js
    Const fs = require('fs'); Const tts = require('google-tts-api'); Const axios = require('axios'); // Function to convert text to speech and save as an audio file Async function textToSpeech(text, language, outputFile) { try { const url = await tts.getAudioUrl(text, { lang: language || 'en', slow: false, host: 'https://translate.google.com', }); const response = await axios.get(url,... - Source: dev.to / 24 days ago
  • The Far Right's Favorite Web Host Has a Shadowy New Owner
    Thanks for correcting me. Apparently, I was too credulous of https://translate.google.com/?sl=en&tl=nl&text=monster&op=translate. - Source: Hacker News / 3 months ago
  • OpenVoice: Versatile Instant Voice Cloning
    First narrow it down to somewhere whose main language you can speak. I picked Germany because I already had some experience with the language and slightly Dunning Kruger'd myself. I like it, but… well, even native German speakers say „Deutsche Sprache, schwere Sprache“ ("German is hard"). Cyprus has a lot of English speakers (and indeed a lot of street furniture that looks just like the UK, plus two UK... - Source: Hacker News / 4 months ago
  • Epigrams in Programming
    Https://translate.google.com/?sl=auto&tl=ja&text=heh&op=translate Make sure to press the speaker icon in the lower box. ;). - Source: Hacker News / 4 months ago
  • What are these mods called
    You can use Google translate on your phone or the website to read the text, even from images. Source: 5 months ago
View more

What are some alternatives?

When comparing Lokalise and Google Translate, you can also consider the following products

Crowdin - Localize your product in a seamless way

DeepL Translator - DeepL Translator is a machine translator that currently supports 42 language combinations.

Phrase - A platform offering AI-powered translation tools for localization at scale.

Microsoft Translator - Microsoft Translator is your door to a wider world.

Transifex - Transifex makes it easy to collect, translate and deliver digital content, web and mobile apps in multiple languages. Localization for agile teams.

Mate Translate - Ultimate translation app for Mac, iOS, Chrome and many more