Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview


This structure is designed to uniquely identify a single culture.Culture.

Format


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

Elements


Element

Data Type

Description

Required?

Default

(on insert/update)

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
Culture Uid

CultureUid

Int64

Culture Unique Identifier

 

 

 Culture Uid is a unique and immutable identifier for a culture.

1152921504606851419


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                    <BillingCultureIdentity>
                        <CultureId i:nil="true"/>
                        <CultureName>en-US</CultureName>
                        <CultureUid>1152921504606851419</CultureUid>
                     </BillingCultureIdentity>