Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NeutralResourcesLanguageAttribute class specifies the culture of the resources included in the main assembly. This attribute is used as a performance enhancement, so that the ResourceManager object does not search for resources that are included in the main assembly.
The following code shows how to set the neutral resources language. The code can be placed in either a build script or in the AssemblyInfo.vb or AssemblyInfo.cs file.
' Set neutral resources language for assembly.
<Assembly: NeutralResourcesLanguageAttribute("en")>
// Set neutral resources language for assembly.
[assembly: NeutralResourcesLanguageAttribute("en")]
See Also
Reference
Concepts
Introduction to International Applications Based on the .NET Framework
Hierarchical Organization of Resources for Localization