Resource (.resx) file Key naming conventions?

后端 未结 5 427
一生所求
一生所求 2020-12-30 21:13

I\'m building a C# app that will likely contain a couple resource files to store strings for use in language translation. I\'m trying to come up with a naming convention for

5条回答
  •  -上瘾入骨i
    2020-12-30 21:31

    have you considered underscores like Menu_File_Open or something like Place_StringDescription? I currently employ a scheme where common stuff go to Common_ like Common_PressHereTo and view specific go to their respective place like MainMenu_FileOpen. In general, before the underscore i type where the Resource appears and after the underscore a descriptive text.

提交回复
热议问题