Find localized Windows strings
Posted
by DougN
on Stack Overflow
See other posts from Stack Overflow
or by DougN
Published on 2010-03-23T18:00:10Z
Indexed on
2010/03/23
18:03 UTC
Read the original article
Hit count: 455
I need to find some strings that the current version of Windows is using. For example, when I create a new folder, it is initially named "New Folder" on English Vista. I need to programmatically find what that folder would be named on any language and version of Windows that I might be running on.
Anyone have any ideas how to do that?
© Stack Overflow or respective owner