Domanda

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

Nessuna soluzione corretta

Altri suggerimenti

You find the German resources for VS-2010 here

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top