Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 795 Bytes

ii.6.2.1.2-culture.md

File metadata and controls

10 lines (7 loc) · 795 Bytes

II.6.2.1.2 Culture

AsmDecl ::=
.culture QSTRING
| …

When present, this indicates that the assembly has been customized for a specific culture. The strings that shall be used here are those specified in Partition IV as acceptable with the class System.Globalization.CultureInfo. When used for comparison between an assembly reference and an assembly definition these strings shall be compared in a case-insensitive manner. (See §II.23.1.3.)

[Note: The culture names follow the IETF RFC1766 names. The format is "<language><country/region>", where <language> is a lowercase two-letter code in ISO 639-1. <country/region> is an uppercase two-letter code in ISO 3166. end note]