Translating comments in a Visual Studio Solution?

Soldato
Joined
18 Jan 2006
Posts
3,140
Location
Norwich
OK, so this is probably a long shot at best, but I'm wondering if anyone has tried anything like this.

I'm consuming a very specialised library, for which I have the full source code. I've got a good idea of what the code is actually doing, and it's pretty easy to see what's going on.
However, the code is heavily commented, with XMLDoc etc. as well in Japanese, of which I have a limited understanding at best.

What I'd like is a way to actually get all this translated to save me having to manually copy + paste comments for translation if I'm stepping in the debugger.
 
Hmm.
The ChatGPT idea is interesting, hadn't even thought of that direction.
Might fall over with the solution size, and I have a suspicion that it'll probably mangle stuff it shouldn't, but I'll have to see what happens there.

I can't see Google sheets working (this is a pretty large C# library), and AFAIK Copilot only translates between programming languages (pointless....)
 
Back
Top Bottom