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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.