سؤال

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?

هل كانت مفيدة؟

المحلول

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.

نصائح أخرى

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top