Versions Compared

Key

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

This structure is designed to uniquely identify a single culture.


ElementData TypeDescriptionDefault (on insert/update)Sample Data
CultureIdInt32Culture Id. For internal use only.

CultureNameStringCulture Name
en-US
Culture UidInt64Culture Unique Identifier
1152921504606851419


Usage Example(s)


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