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 Insert a Tab Character in a Word Table

Most Microsoft Word users know that the Tab key creates an indent in the text. When you place the cursor in a regular paragraph and press Tab, the program inserts a tab character — a hidden formatting mark that helps align text precisely. This basic but powerful Word formatting tool allows you to create structured lists, […]
How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 3

How to Get Rid of the “Attempted to Divide by Zero” Error in MultiTerm

This error appears not only in Trados Studio We wrote about the Attempted to divide by zero error in Trados Studio before, and now it has been caught by MultiTerm, a free app for processing termbases. The error appears right during simple scrolling through term records. What causes this error, typically, is unknown, but it […]
How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 4

How to Translate TXLF Wordfast Files in Trados Studio

Trados Studio can be used to translate .txlf Wordfast files If you do not have or do not like or do not work in Wordfast, you can translate its files in Trados Studio. Trados Studio knows well how to process different file types (Word, Excel, HTML and many, many others). To teach your Trados Studio to work with TXLF Wordfast files means to […]
How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 5

How to Identify a Character Code in Word

About the great yet little-known Word command In Word, there is a great yet little-known Alt + X command: it shows the hexadecimal code of the previous character or converts the hexadecimal code of a character to that character.   See more interesting posts in our Telegram channel.
How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 6

How to Move a Trados Studio Project from One Folder on Your Computer to Another

Notes on moving a Trados Studio project from one folder on your computer to another By default, Trados Studio saves all projects in the depths of Windows, in the following folder: C:\Users\<User>\Documents\Studio <version>\Projects But sometimes, it makes sense to move one or more projects to another folder: for example, to free up your nearly full […]