our blog

How to Turn 100% of Segments into XU and Vice Versa in TagEditor

How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 1

You can turn 100% of segments into XU segments and vice versa even without TagEditor

It is a simple trick that can be done even without TagEditor.

To turn 100% of segments into XU segments (i.e., blocked protected segments) in a .ttx file, you need to make the following replacement:

<Tu MatchPercent="100">
to
<Tu MatchPercent="100" Origin="xtranslate">

To turn XU segments into 100% segments, you need to make the reverse replacement:

<Tu MatchPercent="100" Origin="xtranslate">
to
<Tu MatchPercent="100">

or (since the order of attributes in such strings is arbitrary):

<Tu Origin="xtranslate" MatchPercent="100">
to
<Tu MatchPercent="100">

Please note the a .ttx file can be edited as if it is a regular text file (.txt), directly in any text editor, for example, in Notepad.

Recommended content

How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 2

How to Prevent Data Loss If Your CAT Tool Crashes

Useful tips about working with CATs If your CAT tool crashes and there is a risk of losing the completed portion of your translation, the first priority is to preserve the work you have already done. Only after securing the data should you attempt to fix the issue. Otherwise, you may have to redo the […]
How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 3

Why Word May Refuse to Check Spelling

Useful tips about working in Word Why Word may refuse to check spelling: Go to File → Options → Proofing, then select the Check spelling as you type checkbox and clear the Hide spelling errors in this document only checkbox (see image). Select the text you want to check, then verify that the correct language […]
How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 4

How the Ctrl + G Key Combination Works in Different Programs

The Ctrl + G shortcut is one of the most underrated navigation tools across modern applications. Whether you work in a browser, Word, Excel, or a CAT tool, this key combination lets you jump to a specific location instantly—a line, page, cell, segment, or the next match. Because many users rely only on Ctrl + […]
How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 5

How to Get Rid of Annoying Pop-Ups in Word

Microsoft Word is one of the most popular tools for writing, editing, and formatting documents. However, many users eventually face the same frustration: constant Word pop-ups that interrupt workflow when opening or closing files. These notifications may include error messages, template warnings, or add-in alerts. The good news is that in most cases, you can […]
How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 6

How to Configure the Enter Key Behavior in Passolo

Passolo software (also known as SDL Passolo) is one of the most user-friendly tools for software localization. However, even experienced Passolo translators may not realize that the Enter key behavior in this program can be customized. Adjusting this setting helps you prevent unwanted automatic confirmation of segments, maintain flexibility during translation, and improve your overall […]