> People may prefer the English experience because they expect the translated version to be inferior Even more, bilingual people exist! A translated version is always worse. With a good human-made translation, it may just be a matter of making things un-Google-able or misrepresenting certain concepts. With an automatic translation, it's usually completely unusable. I'm a native speaker of Dutch. I'm a near-native spe…
What they don’t tell you when you translate your app
91–100 of 236 posts
Re: What they don’t tell you when you translate your app
#92Earlier quoted context omitted.
Some sites, like Google, will helpfully change the language depending on your current IP address. Trying to find how to switch to English from say, Korean, when Google surely knows that I'm English and don't speak Korean (I'm reminded of this[1]) should be forced upon the chimps writing their UIs. What's wrong with using national flags? It's so easy for the user, don't designers care about us? [1] https://news.ycombi…
National flags and languages are not a 1:1 map. Some flags have multiple languages, and some languages have multiple flags. And that can be "close enough", until you for example serve English speaking people in Ireland the Union Jack. Both languages and flags can be sensitive topics in certain parts of the world.
Re: What they don’t tell you when you translate your app
#93Re: What they don’t tell you when you translate your app
#94Re: What they don’t tell you when you translate your app
#95One annoying issue with translated apps the author doesn't cover is "googlability", the fact that we often need to google an error message or menu label in order to solve a problem. This leads to a lot of bilingual people running their software in English just in case they need to paste an error message into a search engine.
Yes. Having unique error codes should be a best practice with translated apps.
Re: What they don’t tell you when you translate your app
#96Earlier quoted context omitted.
Yep, there's a ton of software that wants to use the english text as the translation key, which leads to all sorts of bad results. Things like Open Ticket used as a verb to create a bug report, or open a bug report, or as an adjective to indicate a bug report is still active. Or similar when ticket means a transportation or entertainment event. If your key is the English text, you can't translate those three usages d…
I was using Qt recently and saw that example code did that English keying. It's good that they're promoting creating translatable UIs, but I don't know if it's the right thing to do if they're encouraging people to do it by using English text as the key.
Tools that show translators the application context are really helpful, too. Bulk translation in a spreadsheet is an OK place to start when there are a lot of new translations to do, but everything needs to be checked where it's used as well. Especially for languages that tend to result in layout issues when added to formerly English only apps, like German (lots of very long compound words) and LTR languages like Arabic.
Re: What they don’t tell you when you translate your app
#97Earlier quoted context omitted.
I've had issues with Google's localization choices for a long time. I wonder if anyone else has had this issue with other language combinations. I'm a bilingual Japanese/English speaker. Searching Google's search languages to English and Japanese causes the following: - Random Japanese words show up in things such as Google Maps, even though my display language is set to English. - Japanese results will be prioritize…
Yep. I'm trilingual English/French/Bulgarian, and i have all three as languages in Google search, and they're mixed up too often. I can understand Google proposing the French spelling of an English word and results for it, but almost every time when i search something in Bulgarian i get results in Russian, even when i use words that don't exist in Russian. The languages aren't even that close, and they aren't the onl…
Re: What they don’t tell you when you translate your app
#98> Translation and localization costs money If you have a fan base, you can leverage it to get some amount of translation done. A lot of users are happy to help the product they like get better. Granted, the quality will not be as good as the quality you get with professional translators. The article also did not talk about the actual the translation process, which in the case of a product that is released but keeps g…
Re: What they don’t tell you when you translate your app
#99Earlier quoted context omitted.
National flags - who doesn't know their own flag or any of the major ones enough that they'll miss a Union Jack, Stars and Stripes or a Hinomaru ?
National flags are not in general a very good way of labelling languages. There are far more languages in the world than countries. In any case, since people are looking for a language they understand it's good enough to write each language name in the corresponding language, like Wikipedia does (wikipedia.org). But that's not the question, anyway. The question is how to label the button that lets the user change the…
Re: What they don’t tell you when you translate your app
#100> People may prefer the English experience because they expect the translated version to be inferior Even more, bilingual people exist! A translated version is always worse. With a good human-made translation, it may just be a matter of making things un-Google-able or misrepresenting certain concepts. With an automatic translation, it's usually completely unusable. I'm a native speaker of Dutch. I'm a near-native spe…
Exactly! Ironically, the most Anglo-centric assumption of them all is that people are only fluent in exactly one language. Configuring anything to be truly multilingual as opposed to "in another language" has terrible UX.
I'm fluent in multiple languages (as most European devs) and I've never really heard or thought about this concept so I'm intrigued. What kind of software are you referring to that could have this feature?