Frage

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

Keine korrekte Lösung

Andere Tipps

You find the German resources for VS-2010 here

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top