开发者

Change order in .net resx file

Is there a way to change the order of keys in a resx file? I'm only using strings if that makes a开发者_Python百科 difference.


Not really, a .resx file behaves like a dictionary. Dictionaries are unordered collections, you find stuff back through the key value, the order is unimportant. Technically you can, with a text editor.


Have you tried opening it as an XML file and editing it?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜