如果. NET程序集加载器找不到完全匹配项,则会查找具有匹配语言的可用附属程序集。
If the.net assembly loader cannot find an exact match, it will then look for an available satellite assembly with a matching language.
请注意,. NET程序集加载器首先会在请求的区域名称和可用附属程序集的区域名称之间尝试查找完全匹配的语言和区域。
Note that the.net assembly loader will first attempt to find an exact match with both language and region between the requested culture name and the culture name of an available satellite assembly.
幸运的是,Visual Studio知道如何正确命名附属程序集,以及如何在. NET程序集加载器所期望的正确目录结构中部署它们。
Fortunately, Visual Studio knows how to name the satellite assemblies correctly and how to deploy them in the correct directory structure expected by the.net assembly loader.
应用推荐