ResourceManager.GetNeutralResourcesLanguage(Assembly) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns culture-specific information for the main assembly's default resources by retrieving the value of the NeutralResourcesLanguageAttribute attribute on a specified assembly.
protected:
static System::Globalization::CultureInfo ^ GetNeutralResourcesLanguage(System::Reflection::Assembly ^ a);
protected static System.Globalization.CultureInfo GetNeutralResourcesLanguage (System.Reflection.Assembly a);
static member GetNeutralResourcesLanguage : System.Reflection.Assembly -> System.Globalization.CultureInfo
Protected Shared Function GetNeutralResourcesLanguage (a As Assembly) As CultureInfo
Parameters
- a
- Assembly
The assembly for which to return culture-specific information.
Returns
The culture from the NeutralResourcesLanguageAttribute attribute, if found; otherwise, the invariant culture.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.