EDN Admin
Well-known member
Hi,<br/>
I am working in my company on User help service that can provide all help to all product modules. Its is more like Online MSDN HELP for my product.<br/>
and needs to be filtered based on User Modules Subscriptions of product.<br/>
<br/>
its like when any of the product forms load they get the tooltips, validation messages, popups text
<br/>
all from my service. The input for the content of help is from content writers who store XHTML files and those files contain attributes for multilingual cultures.<br/>
<br/>
What i am currently doing is using an XML parser and reading XHTML Files and generating XML files individual to a cultures. like .. XYZ-en-GB.xml etc.<br/>
<br/>
My service will later use this XML file to fetch content text by culture id and Unique id.<br/>
<br/>
Is that the correct way or i should generate Resource files ..<br/>
<br/>
Which approach is more good.
View the full article
I am working in my company on User help service that can provide all help to all product modules. Its is more like Online MSDN HELP for my product.<br/>
and needs to be filtered based on User Modules Subscriptions of product.<br/>
<br/>
its like when any of the product forms load they get the tooltips, validation messages, popups text
<br/>
all from my service. The input for the content of help is from content writers who store XHTML files and those files contain attributes for multilingual cultures.<br/>
<br/>
What i am currently doing is using an XML parser and reading XHTML Files and generating XML files individual to a cultures. like .. XYZ-en-GB.xml etc.<br/>
<br/>
My service will later use this XML file to fetch content text by culture id and Unique id.<br/>
<br/>
Is that the correct way or i should generate Resource files ..<br/>
<br/>
Which approach is more good.
View the full article