Category: Going global
-
How to generate a first-class resource file: usage of variables in strings
I’ve been revisiting our How to generate a first-class resource file series, and realized we missed one key piece, one of the most common and problematic scenarios when delivering localized content: broken strings caused by poorly handled variables.
-
Marketing and the importance of international markets
Marketing is basically a fancy way of saying “Hey, look at this awesome thing we have!”. But if your audience doesn’t understand you – or worse, if you accidentally insult their culture – your message falls flat.
-
Using LLMs to review source content before translation
One of the biggest challenges in localization is dealing with ambiguous or incorrect source content. Because of the automation pipelines many companies use, content is often sent for translation the moment it’s detected – whether it’s ready or not.
-
Marketing and transcreation
We already discussed transcreation in our intro post. Transcreation is the process of adapting content from one language to another while preserving the original meaning, tone and intent, but also tailoring it to the cultural nuances, idioms and expectations of the target audience.
-
Sorting, translating, and formatting lists: best practices for global usability
When developing products for global audiences, small details can have a significant impact on usability. One area often overlooked in localization is how lists are sorted and formatted.
-
Marketing and the globalization factor
Localization and internationalization are often an afterthought in marketing departments worldwide. But why should marketing departments care about them and what metrics measure success in international markets? Well, let’s explore this together in this miniseries “Marketing and …”.
-
Automating translations using Json scripts
One of the biggest advantages of Large Language Models (LLMs) is their ability to translate content while considering its context. Today, I’m sharing how to automate the translation process using OpenAI and a simple JSON script.