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

Version 1 Next »

This structure is designed to uniquely identify a single culture.


ElementData TypeDescriptionSample Data
CultureIdInt32Culture Id. For internal use only.
CultureNameStringCulture Nameen-US
Culture UidInt64Culture Unique Identifier1152921504606851419


Usage Example(s)


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