共用方式為


當地語系化的中性資源語言

NeutralResourcesLanguageAttribute 類別會指定主要組件中所包含之資源的文化特性。 這個屬性 (Attribute) 是用來提升效能,讓 ResourceManager 物件不需要搜尋主要組件中所包含的資源。

下列程式碼顯示如何設定中性資源語言。 您可將這段程式碼放入建置指令碼或是 AssemblyInfo.vb 或 AssemblyInfo.cs 檔中。

' Set neutral resources language for assembly.
<Assembly: NeutralResourcesLanguageAttribute("en")>
// Set neutral resources language for assembly.
[assembly: NeutralResourcesLanguageAttribute("en")]

請參閱

參考

ResourceManager

概念

以 .NET Framework 為基礎的國際應用程式簡介

階層式組織當地語系化的資源

其他資源

當地語系化應用程式

全球化和當地語系化應用程式