Posts related to developers

We found 58 posts with 'developers' tag

Vue.js i18n: The complete guide to localizing Vue and Nuxt apps

Learn how to internationalize and localize Vue 3 and Nuxt apps with vue-i18n. Covers setup, translation files, pluralization, locale detection, lazy loading, CI/CD integration, and SimpleLocalize workflows.

Android String resources: Complete guide to localizing Android apps

Learn how to manage Android string resources, plurals, and arrays. A technical guide to localizing Android XML files with SimpleLocalize for seamless translation workflows.

How to make a website multilingual: A developer's implementation guide

A practical guide for developers: how to internationalize a web app, set up translation files, implement locale detection, handle formatting, and manage translations across releases.

What is a localization workflow? A practical guide for software teams

Learn what a localization workflow is, how it works, and which workflow pattern fits your team. Real examples with SimpleLocalize, GitHub App, CI/CD, and AI automation.

The complete technical guide to Internationalization (i18n) & Software localization

Everything developers need to know about internationalization (i18n) and software localization. Architecture patterns, file formats, frameworks, RTL, CI/CD, testing, and multi-tenant localization for SaaS teams.

Localization vs Internationalization vs Translation: Key differences for SaaS teams

What's the difference between localization, internationalization (i18n), and translation? Practical SaaS examples for product and engineering teams.

Continuous localization: What it is, why it matters, and how to implement it

Learn how continuous localization works, how to implement it in modern CI/CD workflows, and how teams automate translation using best practices and tools like SimpleLocalize.

What is internationalization (i18n)? Complete guide for teams & devs

What is internationalization (i18n)? Learn how to prepare software for multiple languages and regions, with examples for developers and product teams.

How to handle pluralization across languages

Learn how pluralization works in different languages and how to implement it correctly in multilingual software. Includes ICU examples and SimpleLocalize tips.

Managing ARB translation files in Flutter

Learn how to manage ARB translation files in Flutter. Covers ARB structure, metadata, placeholders, plurals, and practical best practices using SimpleLocalize.

Mastering XLIFF files: How to manage & translate them

Learn what XLIFF files are, how they work, and how to easily manage and translate them using SimpleLocalize. Includes examples, best practices, and real-world workflows for developers and localization teams.

How to manage translations in CSV files: Best practices, examples & workflow

Manage translations in CSV files with SimpleLocalize. Learn CSV formats, workflows, and best practices to simplify localization for apps and websites.

What is pseudo-localization? A practical guide for localization testing

Learn what pseudo-localization is, why it matters, and how to use it to catch localization issues early. Practical examples and tips for pseudo-localization.

Translation Keys vs Strings

What is the difference between translation keys and strings? Learn what is the difference and how to calculate your project size in SimpleLocalize.

How to manage iOS translation files (.strings, .xcstrings, .xliff)

Learn how to manage iOS translation files (.strings, .stringsdict, .xcstrings, .xcloc, .xliff) effectively and improve your localization workflow with SimpleLocalize.

How to translate PO and POT files

Learn how to translate PO and POT files easily with gettext for software localization. Step-by-step guide with examples, best practices, and tools like SimpleLocalize.

How to auto-translate YAML files

Skip manual edits. Learn how to auto-translate YAML files with SimpleLocalize using upload, batch MT, and CI/CD so every push ships with fresh translations.

How to translate YAML files for localization (2026 guide)

How to translate YAML localization files correctly, covering structure, common errors, framework-specific patterns, and translation workflows from manual to fully automated.

YAML vs JSON for translation files: Which should your team actually use?

YAML or JSON for translation files? The answer depends on your stack and who edits the files. Here's the practical decision guide for developers with framework mappings, real examples, and a hybrid approach most teams end up using.

What are different types of translation? A practical guide (with SaaS examples)

Discover the main types of translation: from literary and legal to software localization. Learn how they differ, what skills they require, and how to choose the right approach for your SaaS product.

Best practices in software localization: A practical guide for 2026

The real best practices for software localization: from i18n architecture and translation key design to QA, RTL, CI/CD, and scaling across dozens of languages. Practical, specific, and built for teams who ship.

How to keep translation keys in order

Learn how to keep translation keys in order in your localization files and why it matters. Explore sorting options and the use case of random order.

How to manage shared translation keys across projects

Learn how to efficiently manage shared translation keys across multiple projects in SimpleLocalize to keep translations consistent and easy to maintain.

The Tofu Symbol: When fonts get confused

The tofu symbol, a blank box in typography, appears when fonts can't display a character. Learn more about Tofu and how to avoid it in your software.

Automatic message extraction with AI

Quick message extraction with using npx and OpenAI. Extract messages and auto-create translation keys using AI. Get source translations in seconds from your source code.

Localization workflow for developers: From CLI setup to CI/CD automation

Learn how to build a scalable localization workflow for developers. Set up CLI sync, automate translations, and integrate localization into your CI/CD pipeline.

Namespaces in software localization

Namespaces are a great way to organize translations in software localization. Learn what namespaces are, why they are important, and how to use them in your localization process.

How to localize React app using i18next

Learn how to localize your React app using i18next and react-i18next. This step-by-step guide will show you each step of React app internationalization from scratch.

Translation editor:<br/>How to translate Markdown files

Learn how to translate and auto-translate Markdown files using SimpleLocalize's Text Editor feature in the Translation Editor.

Cloudflare Workers and Website Localization (2/5)

In this tutorial, how to extract translation keys and translations from a HTML website and upload them to SimpleLocalize using the SimpleLocalize CLI.

Best practices for creating translation keys

Discover best practices for creating translation keys that are clear, consistent, and easy to manage to improve and optimize your app localization process.

Cloudflare Workers and Website Localization (1/5)

Learn how to localize a static website using Cloudflare Workers and SimpleLocalize, no dependencies required. Works with HTML, React, Vue, and more.

What is a translation key? A guide with examples

Learn what is a translation key, how to create them, and how they look like in your project and SimpleLocalize.

Hosted country flags

Simplify flag management and learn how to keep country flags in sync in your software project with SimpleLocalize.

How to find and delete unused translation keys

Clean up your translation files by deleting unused translation keys. Find old translation keys and delete them for clear overview of your translations.

How to manage set of translations and keys with Bulk&nbsp;Actions

Simplify translation management with SimpleLocalize's Bulk Actions — delete, update, review, or auto-translate multiple keys at once for efficient localization.

How to share translation keys across multiple apps?

Easily manage translations across multiple apps with SimpleLocalize's key merging feature. Save time, reduce duplication, and keep your localization consistent.

How to auto-translate JSON files for app localization (2026 guide)

How to auto-translate JSON translation files using AI and machine translation. Covers manual approaches, CLI workflows, CI/CD automation, and common pitfalls that cause JSON localization to break.

Flags in language selectors: Why they may hurt UX in 2025

Flags in language selectors often cause confusion and cultural issues. Learn why and explore best practices and accessibility-focused alternatives for language representation in UI design.

Country flag icons: Free & paid resources for developers

Explore the best country flag icon libraries for developers and designers in 2025. Compare SVG, emoji, GIF, and React-ready options, free and paid.

How to create a language selector with Tailwind CSS

Learn how to create a language selector for your website easily using Tailwind CSS. Follow our step-by-step guide for seamless localization.

ICU message format: Guide to plurals, dates & localization syntax

Learn ICU message formatting with real-world examples for plurals, numbers, dates, and more. Understand how ICU improves software localization and translation quality.

Java 24: Internationalization

Learn how Java 24 handles internationalization and localization using `Locale`, `ResourceBundle`, and formatting for dates, numbers, and currencies.

Spring Boot 3.5: Internationalization (i18n) with messages.properties

Learn how to implement internationalization in Spring Boot 3.5 application. Translate page and email using message.properties files, Thymeleaf templates, LocaleResolver, and more.

Software localization acronyms explained (l10n, i18n, TMS, MT & more)

L10n, TMS, i18n. Are those terms familiar to you? Learn the most popular acronyms used in software translation and localization.

What is CORS? Complete guide to Cross-Origin Resource Sharing (with fixes)

CORS explained clearly: what it is, how preflight requests work, why your app hits CORS errors when loading translations from a CDN, and how to fix them properly.

How to translate NextJS app with next-i18next?

Localize your NextJS app with next-i18next framework. Manage and synchronize localization files with ease. Add new languages in your application.

How to translate NextJS app with next-translate?

Next-translate is a great choice for managing your translations in your NextJS application. Check how to install it and integrate with SimpleLocalize software.

Number formatting in JavaScript

Discover the power of 'toLocaleString' functions in JavaScript. Format numbers, currencies, and units without any 3rd party localization library.

Localization: Tips & Tricks

Avoid common problems with localization by following these practical tips. These insights will help you save time, avoid UX issues, and improve your i18n strategy.

How to create a multi-language website in GatsbyJS?

Create a multi-language GatsbyJS website with a few simple steps. A multi-language website is a great way for your company to reach a wider audience.

How to use code splitting with JSON files in React application

Lazy load JSON resource with language translations to speed up your React application. Use built-in code-splitting feature to load JSON files.

Language vs Locale in software localization (with SaaS examples)

Language vs locale explained for SaaS and software teams. Learn the real difference, see code examples, and understand why it matters for your localization strategy.

Best i18n libraries for React, React Native & NextJS

Top i18n libraries for React, React Native, Expo, and Next.js. Learn how to properly localize your React apps with the right tools.

15 tips to make your localization workflow more productive

Practical tips for faster, cleaner software localization. Covers translation key design, workflow automation, CI/CD integration, QA, and reducing translation debt, with real examples and code.

FormatJS and React application localization

FormatJS - add more languages to your React app. Zero configuration required. Simple setup with 2-minute guide.

i18next and React application localization in 3 steps

How to localize ReactJS application with i18next internationalization library. Learn how to manage localization in software project

Internationalization tool for yahoo/react-intl

FormatJS - quick guide for localizing React apps and translation files management. Simple setup with 2-minute guide.