Stores information used to override region and language settings defined within the computer's operating system.
Stores information used to override region and language settings defined within the computer's operating system.
| Creation Date | 4/4/2022 3:02 AM |
| File Group | PRIMARY |
| Text File Group | |
| System Object | ![]() |
| Published for Replication | ![]() |
| Rows | 0 |
| Data Space Used | 0.00 KB |
| Index Space Used | 0.00 KB |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| ModuleCode | Unique, system-generated code assigned to the module. | varchar | 10 | |||
| UseLocaleOverride | Indicates whether Touchstone should use the locale overrides.
| bit | 1 | ((0)) | |||
| UseDecimalSymbol | Indicates whether Touchstone should use the decimal symbol defined in DecimalSymbol.
| bit | 1 | ((0)) | |||
| DecimalSymbol | Symbol that represents the decimal mark. Different countries officially designate different symbols for the decimal mark, for example a comma. | nvarchar | 3 | ![]() | |||
| UseDecimalNumDigitsAfterDecimal | Indicates whether Touchstone should use value defined in DecimalNumDigitsAfterDecimal to present the number of digits after the decimal mark.
| bit | 1 | ((0)) | |||
| DecimalNumDigitsAfterDecimal | Represents the number of digits after the decimal mark. | tinyint | 1 | ![]() | |||
| UseDecimalDigitGroupingSymbol |
Indicates whether Touchstone should use the symbol defined in DecimalDigitGroupingSymbol to present the digit grouping.
| bit | 1 | ((0)) | |||
| DecimalDigitGroupingSymbol | Symbol that represents the digit grouping. | nvarchar | 3 | ![]() | |||
| UseDecimalDigitGrouping | Indicates whether Touchstone should use the digit grouping defined in DecimalDigitGrouping.
| bit | 1 | ((0)) | |||
| DecimalDigitGrouping | Represents the grouping of the digits, such as [123 456 789] or [12 34 56 789]. | nvarchar | 128 | ![]() | |||
| UseDecimalNegativeSignSymbol | Indicates whether Touchstone should use the symbol defined in DecimalNegativeSignSymbol. to present a negative value.
| bit | 1 | ((0)) | |||
| DecimalNegativeSignSymbol | Symbol that represents the negative sign in a number. | nvarchar | 4 | ![]() | |||
| UseDecimalNegativeNumberFormat | Indicates whether Touchstone should use the format defined in DecimalNegativeNumberFormat to present a negative value.
| bit | 1 | ((0)) | |||
| DecimalNegativeNumberFormat | Represents the format in which the negative sign is presented in a number, such as [-123] or [123]. | tinyint | 1 | ![]() | |||
| UseDecimalListSeparator | Indicates whether Touchstone should use the separator defined in DecimalListSeparator when listing numbers.
| bit | 1 | ((0)) | |||
| DecimalListSeparator | The separator used between numbers in a list, such as a semicolon (123; 456) or comma (123, 456). | nvarchar | 3 | ![]() | |||
| UseDecimalNativeDigits | Indicates whether Touchstone should use the native digits as indicated in DecimalNativeDigits.
| bit | 1 | ((0)) | |||
| DecimalNativeDigits | Represents when native digits are to be used. | nvarchar | 64 | ![]() | |||
| UseCurrencySymbol | Indicates whether Touchstone should use the symbol defined in CurrencySymbol when presenting financial values.
| bit | 1 | ((0)) | |||
| CurrencySymbol | Symbol that represent the currency, such as € for Euro. | nvarchar | 12 | ![]() | |||
| UseCurrencyPositiveFormat | Indicates whether Touchstone should use the format defined in CurrencyPositiveFormat to present a positive financial value.
| bit | 1 | ((0)) | |||
| CurrencyPositiveFormat | Represents the format in which a positive financial value is presented, such as [€123] or [123€]. | tinyint | 1 | ![]() | |||
| UseCurrencyNegativeFormat | Indicates whether the negative currency format should be used.
| bit | 1 | ((0)) | |||
| CurrencyNegativeFormat | Represents the format in which a negative financial value is presented, such as [€-123] or [-123€]. | tinyint | 1 | ![]() | |||
| UseCurrencyDecimalSymbol | Indicates whether Touchstone should use the decimal symbol defined in CurrencyDecimalSymbol to present the currency.
| bit | 1 | ((0)) | |||
| CurrencyDecimalSymbol | Symbol that represents the decimal mark in a financial value. | nvarchar | 3 | ![]() | |||
| UseCurrencyNumDigitsAfterDecimal | Indicates whether Touchstone should use value defined in CurrencyNumDigitsAfterDecimal to present the number of digits after the decimal mark.
| bit | 1 | ((0)) | |||
| CurrencyNumDigitsAfterDecimal | Represents the number of digits after the decimal mark. | tinyint | 1 | ![]() | |||
| UseCurrencyDigitGroupingSymbol | Indicates whether Touchstone should use the symbol defined in CurrencyDigitGroupingSymbol to present the digital groping.
| bit | 1 | ((0)) | |||
| CurrencyDigitGroupingSymbol | Symbol that represents the digit grouping. | nvarchar | 3 | ![]() | |||
| UseCurrencyDigitGrouping | Indicates whether Touchstone should use the digit grouping defined in CurrencyDigitGrouping.
| bit | 1 | ((0)) | |||
| CurrencyDigitGrouping | Represents the grouping of the digits, such as [123 456 789] or [12 34 56 789]. | nvarchar | 128 | ![]() | |||
| UseTimeFormatShort | Indicates whether Touchstone should use the format defined in TimeFormatShort when presenting time in short format.
| bit | 1 | ((0)) | |||
| TimeFormatShort | Represents the short format in which a time is presented, such as h:mm tt or HH:mm. | nvarchar | 64 | ![]() | |||
| UseTimeFormatLong | Indicates whether Touchstone should use the format defined in TimeFormatLong when presenting time in long format.
| bit | 1 | ((0)) | |||
| TimeFormatLong | Represents the long format in which a time is presented, such as h:mm:ss tt or HH:mm:ss. | nvarchar | 64 | ![]() | |||
| UseTimeAMSymbol | Indicates whether Touchstone should use value defined in TimeAMSymbol.
| bit | 1 | ((0)) | |||
| TimeAMSymbol | Represents the symbol used to represent the AM time period. | nvarchar | 12 | ![]() | |||
| UseTimePMSymbol | Indicates whether Touchstone should use value defined in TimePMSymbol.
| bit | 1 | ((0)) | |||
| TimePMSymbol | Represents the symbol used to represent the PM time period. | nvarchar | 12 | ![]() | |||
| UseDateFormatShort | Indicates whether Touchstone should use the format defined in DateFormatShort when presenting the date in short format.
| bit | 1 | ((0)) | |||
| DateFormatShort | Represents the short format in which the date is presented, such as M/d/yyyy or yyyy-MM-dd. | nvarchar | 64 | ![]() | |||
| UseDateFormatLong | Indicates whether Touchstone should use the format defined in DateFormatLong when presenting the date in long format.
| bit | 1 | ((0)) | |||
| DateFormatLong | Represents the long format in which the date is presented, such as dd MMMM, yyyy or dddd, MMMM dd, yyyy. | nvarchar | 64 | ![]() | |||
| UseTwoDigitYearMax | Indicates whether Touchstone should the two-digit year format.
| bit | 1 | ((0)) | |||
| TwoDigitYearMax | When a two-digit year is used, this value represents the last year that the system will interpret. For example, if this value is 2029 but the user enters a two-digit year of "39", Touchstone will not interpreted "39" as a year. | smallint | 2 | ![]() | |||
| UseFirstDayOfWeek | Indicates whether Touchstone should use the day defined in FirstDayOfWeek as the start of the week.
| bit | 1 | ((0)) | |||
| FirstDayOfWeek | Represents the first day of the week. | tinyint | 1 | ![]() |
| Name | Description | Expression |
|---|---|---|
| ck_tLocaleOverride_CurrencyNegativeFormat | ([CurrencyNegativeFormat] IS NULL OR [CurrencyNegativeFormat]>=(0) AND [CurrencyNegativeFormat]<=(15)) | |
| ck_tLocaleOverride_CurrencyNumDigitsAfterDecimal | ([CurrencyNumDigitsAfterDecimal] IS NULL OR [CurrencyNumDigitsAfterDecimal]>=(0) AND [CurrencyNumDigitsAfterDecimal]<=(9)) | |
| ck_tLocaleOverride_CurrencyPositiveFormat | ([CurrencyPositiveFormat] IS NULL OR [CurrencyPositiveFormat]>=(0) AND [CurrencyPositiveFormat]<=(3)) | |
| ck_tLocaleOverride_DecimalNegativeNumberFormat | ([DecimalNegativeNumberFormat] IS NULL OR [DecimalNegativeNumberFormat]>=(0) AND [DecimalNegativeNumberFormat]<=(4)) | |
| ck_tLocaleOverride_DecimalNumDigitsAfterDecimal | ([DecimalNumDigitsAfterDecimal] IS NULL OR [DecimalNumDigitsAfterDecimal]>=(0) AND [DecimalNumDigitsAfterDecimal]<=(9)) | |
| ck_tLocaleOverride_FirstDayOfWeek | ([FirstDayOfWeek] IS NULL OR [FirstDayOfWeek]>=(0) AND [FirstDayOfWeek]<=(6)) | |
| ck_tLocaleOverride_TwoDigitYearMax | ([TwoDigitYearMax] IS NULL OR [TwoDigitYearMax]>=(99) AND [TwoDigitYearMax]<=(9999)) |