Editing the LANGUAGE Node
* 
Editing the LANGUAGE, PLATFORM, and PACKAGE nodes is not trivial. For editing these nodes you must manually edit the CDSECTION nodes. Instead, PTC recommends that you perform a template-based installation graphically with the required language, platform, and package settings.
A LANGUAGE node represents the languages supported on the installation media for the installation of a Creo application. Individual LANGUAGE nodes are created in the XML file for each of the supported languages. You can edit the following attribute of the LANGUAGE node:
Attribute
Value
install
Set this attribute to Y or N depending on whether you want to install Creo Schematics in that language. If the required attribute is set to Y do not change the install attribute.
A sample LANGUAGE node in an XML file follows:
<LANGUAGE install="Y" installed="N" name="usascii" required="Y">English</LANGUAGE>
<LANGUAGE install="N" installed="N" name="japanese">Japanese</LANGUAGE>