The error is just like this:
Warning: Failed to load satellite assembly for culture 'zh-CN'- defaulting to English version.
The doxycomment need a satellite assembly for zh-cn. I'd like to do this.Could you send me the source code?
The above message is just a warning- DoxyComment will default to English if it doesn't have a localized version of its text strings.
If you would like to provide a translation here is what you need to do:
1. Go to the Subversion respository (http://svn.sourceforge.net/viewcvs.cgi/doxycomment/).
2. Download the latest version of this file: /trunk/src/DoxyComment/Resources.en-US.resx.
3. Rename the file to Resources.zh-CN.resx.
4. Open the file in a VS2005 or a text editor that supports unicode.
5. Translate text strings in <value> elements to Chinese (from around line 130).
6. Send the translated file to me (tgram@users.sourceforge.net)
I will add it to the Subversion repository and include it in the next version of DoxyComment.
Log in to post a comment.
The error is just like this:
Warning: Failed to load satellite assembly for culture 'zh-CN'- defaulting to English version.
The doxycomment need a satellite assembly for zh-cn.
I'd like to do this.Could you send me the source code?
The above message is just a warning- DoxyComment will default to English if it doesn't have a localized version of its text strings.
If you would like to provide a translation here is what you need to do:
1. Go to the Subversion respository (http://svn.sourceforge.net/viewcvs.cgi/doxycomment/).
2. Download the latest version of this file: /trunk/src/DoxyComment/Resources.en-US.resx.
3. Rename the file to Resources.zh-CN.resx.
4. Open the file in a VS2005 or a text editor that supports unicode.
5. Translate text strings in <value> elements to Chinese (from around line 130).
6. Send the translated file to me (tgram@users.sourceforge.net)
I will add it to the Subversion repository and include it in the next version of DoxyComment.