문제

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