System.Resources.ResourceManager.GetNeutralResourcesLanguage Method

Returns culture-specific information for the main assembly's default resources by retrieving the value of the System.Resources.NeutralResourcesLanguageAttribute attribute on a specified assembly.

Syntax

protected static System.Globalization.CultureInfo GetNeutralResourcesLanguage (System.Reflection.Assembly a)

Parameters

a
The assembly for which to return culture-specific information.

Returns

The culture from the System.Resources.NeutralResourcesLanguageAttribute attribute, if found; otherwise, the invariant culture.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Resources
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0