Frage

It is easy enough to find the lists of system errors in English:

However, quite often users report the error messages (without any number of course) in their native language (most often german for me, but we had italian or french cases also). Is there a translated list of these error texts as reported by windows, so that one would be able to search for these texts (and their corresponding error number) for non-english texts?

War es hilfreich?

Lösung

Check out Microsoft's Language Portal.

They have a form where you can look up translation of specific terms or phrases from English to any language or vice versa, and if you have MSDN or TechNet subscription you can download complete UI translations.

Andere Tipps

There is none that I know of. However, you can build your own using the FormatMessage API. You need to supply the error code as the dwMessageId and provide the desired LANGID.

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