CULTUREINFO node
The Infor Public Sector for a particular culture.
node of the Hansen8 configuration defines parameters that are used to localizeThe
node can have these attributes:Attribute | Description |
---|---|
PhoneArea | Pattern that is used to represent telephone area codes within the selected culture, such as (###) for the US. |
PhoneExtension | Pattern that is used to represent telephone extensions within the selected culture, such as x#### for the US. |
PhoneMinDigits | Minimum number of digits for a valid telephone number within the selected culture. |
PhonePrefix | Pattern that is used to represent the prefix of a telephone number within the selected culture, such as ###- for the US. |
PhoneSuffix | Pattern that is used to represent the suffix of a telephone number within the selected culture, such as #### for the US. |
ShortDatePattern | Pattern that is used to represent the date within the selected culture.
Use .NET custom date and time format strings to specify the
pattern. For example, MM/dd/yy specifies the number of the month in two digits, the day of the month in two digits, and the last two digits of the year, such as 03/14/25 for March 14, 2025. See Custom date and time format strings at Microsoft's website. |
ShortTimePattern | Pattern that is used to represent the time of day within the selected
culture. Use .NET custom date and time format strings to specify the
pattern. For example, HH:mm specifies the hour in two digits, using a 24-hour format, followed by the minute in two digits, such as 18:05 for 7:05 PM. Alternatively, you can use hh (lower case) to specify the hour in a 12-hour format, and optionally add tt to specify AM or PM: hh:mm tt. See Custom date and time format strings at Microsoft's website. |