Oxygen XML Editor includes localization support for the XML refactoring operations.
The translation keys for the built-in refactoring operations are located in [oXygen Installation Directory]/refactoring/i18n/translation.xml.
${i18n(translation_key)}
<?xml version="1.0" encoding="UTF-8"?> <refactoringOperationDescriptor xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://oxygenxml.com/app/xml_refactory http://oxygenxml.com/app/xml_refactory/operation_descriptor.xsd" xmlns="http://oxygenxml.com/app/xml_refactory" id="remove_text_content" name="${i18n(Remove_text_content)}"> <description>${i18n(Remove_text_content_description)}</description> <script type="XQUERY_UPDATE" href="remove_text_content.xq"/> <parameters> <description>${i18n(parameters_description)}</description> <parameter label="${i18n(Element_name)}" name="element_localName" type="NC_NAME"> <description>${i18n(Element_name_descriptor)}</description> <possibleValues> <value default="true" name="value1">${i18n(value_1)}</value> <value name="value2">${i18n(value_2)}</value> </possibleValues> </parameter> </parameters> </refactoringOperationDescriptor>