Supporting Device Culture Codes
/documentation/pages/HowTo/Internationalization/Supporting device culture codes.xml

The device Culture code can be used to determine the language for your application when using language and text dictionary tags.

Format Numbers using cultureNumberFormat
/documentation/pages/HowTo/Internationalization/Format Numbers Using cultureNumberFormat.xml

The *[ui:Number format properties]* in the UX allows you to select *[ui:cultureNumberFormat]* as the option. When you select the *[ui:cultureNumberFormat]* option, the format specified by the browser configuration is used. So, for example, if a user in Spain runs the component, decimal numbers will be shown with a comma as the decimal character, but a user in the UK will see numbers with a period as the decimal character. This allows you to build applications that feel more natural to users in different countries.

Date picker - month names
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Properties/Miscellaneous/datepickermonthnames.xml
Specify the month names to be shown when the pop-up date picker is used. Enter a comma separated list.
{dialog.object}._setSimulatedOnlineStatus Method
/documentation/pages/Ref/Client_Api/UX/UX methods/General/_setSimulatedOnlineStatus Method.xml
Allows you to simulate offline behavior of you component event when you have a connection.
international_months Function
/documentation/pages/Ref/Api/Functions/Data Type/Date and Time Functions/international_months Function.xml
Returns name for all months, using current culture settings
Date picker - day names
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Properties/Miscellaneous/datepickerdaynames.xml
Specify the names of the days of the week to be shown when the pop-up date picker is used.
{dialog.object}._getOnlineStatus Method
/documentation/pages/Ref/Client_Api/UX/UX methods/General/_getOnlineStatus Method.xml
Returns true if the device has an internet connection. Returns false if there is no connection.
Text dictionary tags
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Other/Text dictionary tags.xml
Show and define the Text Dictionary tags (<a5:t>...</a5:t>) used in the component.
Setting the Date Format Based on the User's Locale
/documentation/pages/HowTo/Internationalization/Setting dates using device locale.xml
The date and time format can be dynamically set using the culture code on the user's device. The day and month names can also be dynamically changed based on device locale settings.
Active language
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Other/Active language.xml
Specify the active language to use for translating strings tagged with <a5:r>...</a5:r> or <a5:t>...</a5:t> tags.