Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2008
Visual Studio
Visual Studio SDK
SDM Reference
 Culture Simple Type

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

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

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,3}(-[A-Z]{2,3}(-[a-zA-Z]{4})?)?"
         />
    </xs:restriction>
</xs:simpleType>
Culture

Defines the type of value that is used to specify a language for an .sdm file.

Patterns

The Culture simple type is a string that is restricted by the following pattern:

  • [a-z]{2,3}(-[A-Z]{2,3}(-[a-zA-Z]{4})?)?

    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).

See Also

SystemDefinitionModel Schema Simple Types


Send comments about this topic to Microsoft

Build date: 10/2/2007

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