Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Overview


This structure is designed to uniquely identify a single Culture.

Format


PwsCultureRef
  • PwsCultureRef
    • CultureId: Int32
    • CultureName: String
    • CultureUid: Int64

Elements


Element

Data Type

Required?

Default

Description

Sample Data

CultureId

Int32



The Culture Id is a unique identifier for a Culture. For internal use only.


CultureName

String



The Culture Name is a unique identifier for a Culture.

en-US

CultureUid

Int64



A unique and immutable Id for a Culture.

1152921504606851419


Usage Example(s)


Example 01
                    <BillingCultureIdentity>
                        <CultureId i:nil="true"/>
                        <CultureName>en-US</CultureName>
                        <CultureUid>1152921504606851419</CultureUid>
                     </BillingCultureIdentity>
  • No labels