Find localized Windows strings

后端 未结 4 1631
逝去的感伤
逝去的感伤 2021-01-12 20:47

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

4条回答
  •  南旧
    南旧 (楼主)
    2021-01-12 21:26

    This is not easy. These strings are private data for Windows Explorer, and as such they can (and probably do) change between releases. You can hack something up where you do a lot of version checking and read the appropriate resource string, but that seems like a losing battle. What are you trying to accomplish?

提交回复
热议问题