Summary in different C # languages

I need to do a resume for two different languages, I know how I can do it for one language

/// <summary>
/// Constructor
/// </summary>
/// <param name="FilePath">Full path to file</param>

How can I add a German version?

Is it possible? If yes, show me an example.

+3
source share
2 answers

Unfortunately, the "system" of XML documentation is not so flexible.

I do not have a good solution for you, but you can take a look at using some XML editors to take the source XML created by Visual Studio and translate it into German - if the XML structure remains the same, you can use (SandCastle or something else ) to create German documentation.

Update:

, @ta.speot.is comment .

, , xml:lang <summary> - XML, XSLT .

+4

, , . VS XML .

0

All Articles