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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.