Localize WebHelp Responsive to Chinese langauge
Posted: Thu Apr 04, 2019 11:55 am
Hi, I am using Oxygen 20.0.
I followed this article and tried to localize the webhelp responsive to Chinese language, but failed.
https://www.oxygenxml.com/doc/versions/ ... responsive
The following steps are what I did:
1. In the DITA-OT DIR/plugins, create one folder com.oxygenxml.webhelp.localization.
2. In the com.oxygenxml.webhelp.localization folder, add the following files with the suggested contents.
- webhelp-extension-strings.xml
- plugin.xml
- strings-zh-cn.xml
3. Edit the strings.zh-cn.xml file.
- change the @xml:lang attribute to zh-cn
- copy and paste the content from string-en-us.xml file which is in the DITA-OT-DIR/xsl/common folder
- translate all the contents in each <str> element.
4. Run the script DITA-OT-DIR/bin/dita.bat.
5. Back to Oxygen editor, change the transformation parameter args.default.language to zh-cn.
6. Edit the root map in text mode, set the xml:language to zh-cn.
After I published the webhelp, nothing changed, can you help me ?
Best Regards,
Catherine
In the DITA-OT-DIR/bin directory of the DITA-OT, run one of the following scripts, depending on your operating system:
Windows: DITA-OT-DIR/bin/dita.bat --install
Linux/Mac OS X: DITA-OT-DIR/bin/dita.sh --install
I followed this article and tried to localize the webhelp responsive to Chinese language, but failed.
https://www.oxygenxml.com/doc/versions/ ... responsive
The following steps are what I did:
1. In the DITA-OT DIR/plugins, create one folder com.oxygenxml.webhelp.localization.
2. In the com.oxygenxml.webhelp.localization folder, add the following files with the suggested contents.
- webhelp-extension-strings.xml
- plugin.xml
- strings-zh-cn.xml
3. Edit the strings.zh-cn.xml file.
- change the @xml:lang attribute to zh-cn
- copy and paste the content from string-en-us.xml file which is in the DITA-OT-DIR/xsl/common folder
- translate all the contents in each <str> element.
4. Run the script DITA-OT-DIR/bin/dita.bat.
5. Back to Oxygen editor, change the transformation parameter args.default.language to zh-cn.
6. Edit the root map in text mode, set the xml:language to zh-cn.
After I published the webhelp, nothing changed, can you help me ?
Best Regards,
Catherine
In the DITA-OT-DIR/bin directory of the DITA-OT, run one of the following scripts, depending on your operating system:
Windows: DITA-OT-DIR/bin/dita.bat --install
Linux/Mac OS X: DITA-OT-DIR/bin/dita.sh --install