Glosary
Tags
What Are Tags in Localization?
In localization workflows, tags are markup elements embedded within translatable text that represent formatting, variables, or structural information. These tags ensure that important elements such as links, formatting, placeholders, or code references remain intact during the translation process.
Tags are commonly found in software strings, HTML content, documentation files, and localization formats such as XLIFF. While translators translate the surrounding text, the tags themselves are preserved so the translated content functions correctly when reintegrated into the product or document.
Types of Localization Tags
Tags can represent several types of non-translatable elements within content.
Formatting Tags Tags that preserve styling, such as bold, italic, or hyperlink formatting.
Placeholder Tags Variables that will be replaced dynamically, such as user names, product names, or system-generated values.
Structural Tags Elements that indicate how the content should be structured within an application or document.
Code or Markup References Tags that reference programming elements or markup structures used in software or web environments.
Why Tags Matter in Translation
Tags play a critical role in ensuring translated content maintains its structure and functionality.
- Preserves formatting and layout in translated content
- Ensures variables and dynamic content remain functional
- Prevents errors when reintegrating translations into software or documents
- Maintains consistency across multilingual interfaces
- Provides context for translators working with structured content
Improper handling of tags can cause formatting errors, broken links, or functional issues in localized products.
Tags in Modern Localization Workflows
Translation tools and localization platforms typically protect tags automatically so translators can focus on the surrounding text without altering the underlying structure. Many CAT tools visually separate tags from text or lock them to prevent accidental changes.