Question

I try to localize a DLL which is linked with MFC statically. I notice there are a lot of strings that are from MFC, like this:

61440 Open

61441 Save As

I think there should be already localized version, for example, German version for these standard strings so I do not need to translate them again. How to find and get them?

Thanks

No correct solution

OTHER TIPS

You find the German resources for VS-2010 here

\Program Files (x86)\Microsoft Visual Studio 10.0\VC\atlmfc\include\l.deu

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top