|
|
Hello,
I want to have many languages in the Dynamic Help. So in my XSD I add the following lines:
<xs:element name="myElemName" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="fr">Help in french</xs:documentation>
<xs:documentation xml:lang="en">Help in english</xs:documentation>
<xs:appinfo>Application Information</xs:appinfo>
</xs:annotation>
</xs:element>
But, in the XML Notepad, I only see the first xml:lang defined. In this case, only the french help will be displayed.
Is there a possibility to select one language ?
I hope my explanations are enough clear.
Thank you for your help.
Regards
|
|