GlobalLink Web Classes
Establishing Project Scope Using GlobalLink Web Classes
There is inevitably content that doesn’t require localization. This content can be flagged with the following HTML class. Content will be assumed to be GlobalLinkTx if not flagged with the GlobalLink Web class GlobalLinkNoTx.
Class Name | Purpose | Example HTML |
---|---|---|
GlobalLinkNoTx | Excludes the node and its children for translation | <div class=”GlobalLinkNoTx”>This content will not be translated</div> |
GlobalLinkTx | Includes the node and its children for translation | <div class=”GlobalLinkTx”>This content will be translated</div> |