Click to Rate and Give Feedback
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
Culture Simple Type

Defines the value used to specify a language for an .sdm file.

<xs:simpleType name="Culture">
    <xs:restriction
        base="string"
    >
        <xs:pattern
                        value="[a-z]{2}((-[A-Z]{2})?|(-[A-Z]{3})?)"
                  />
    </xs:restriction>
</xs:simpleType>

The following pattern is defined by the Culture simple type:

[a-z]{2}((-[A-Z]{2})?|(-[A-Z]{3})?)

A string that is two or three lowercase letters defining a language, and then two, three, or four uppercase and lowercase letters defining a region. For example, en (for English), en-US (for English US), and zh-CHS (for Chinese simplified).

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker