C# - Cannot getting a string from ResourceManager (from satellite assembly)

后端 未结 3 1853
逝去的感伤
逝去的感伤 2020-12-10 19:20

I\'m developing a localisable application. In my \"local\" resource file, I\'ve the language used by default (english) and if possible, I load the user\'s preference and cul

3条回答
  •  一个人的身影
    2020-12-10 20:09

    From Microsoft Support:

    This problem occurs if you use a localized resource that exists in a satellite assembly that you created by using a .resources file that has an inappropriate file name. This problem typically occurs if you manually create a satellite assembly:

    Try this KB:

    http://support.microsoft.com/kb/839861

提交回复
热议问题