documentation in spanish with NDoc  
Author Message
Almix





PostPosted: Developer Documentation and Help System, documentation in spanish with NDoc Top

I need to generate documentation in spanish. How can I change the lenguage I'm using VS2005 in spanish and framework 1.1 in spanish too.



Visual Studio47  
 
 
EWoodruff





PostPosted: Developer Documentation and Help System, documentation in spanish with NDoc Top

I know NDoc had a language option that let you specify to which language the SDK content would point but I don't think there were any options to localize the help file table of content, section titles, etc.

You can use Sandcastle, the documentation tool from Microsoft, in combination with the Sandcastle Help File Builder to create help files with those items localized into Spanish, French, Italian, or German. The actual XML comments would have to be written in Spanish, etc by you or a translator of course as with NDoc.

You can download Sandcastle here: http://www.microsoft.com/downloads/details.aspx FamilyId=E82EA71D-DA89-42EE-A715-696E3A4873B2&displaylang=en

You can download the help file builder here: http://www.codeplex.com/SHFB

Eric