Passing culture and locale settings as request parameters in API calls overrides global and template-specific culture settings. Read more about the order of precedence for culture settings in the Culture and Locale awareness overview.
Each of the request parameters listed below correspond to available date-time and number format settings found in DocFusion Workbench (for global settings) and Template Designer (for template-specific cultures).
Request Parameters
| Request Parameter | Overrides |
|---|---|
| AISxRequestCulture | Sets the culture using the ISO code. When set, will override global, template and default server settings. Leaving it empty uses the Invariant Culture. |
| AISxAMDesignator | Sets the string designator for hours that are "ante meridiem" (before noon). |
| AISxPMDesignator | Sets the string designator for hours that are "post meridiem" (after noon). |
| AISxLongTimePattern | Sets the culture-specific long time pattern. |
| AISxShortTimePattern | Sets the culture-specific short time pattern. |
| AISxTimeSeparator | Specifies the time separator character to use. |
| AISxDateSeparator | Specifies the date separator character to use. |
| AISxFullDateTimePattern | Sets the culture-specific date-time pattern for full dates. |
| AISxLongDatePattern | Sets the culture-specific date pattern for long dates. |
| AISxShortDatePattern | Sets the culture-specific date pattern for short dates. |
| AISxMonthDayPattern | Sets the month and day patterns. |
| AISxYearMonthPattern | Sets the year and month patterns. |
| AISxPositiveSign | Sets the symbol to denote positives in number values. |
| AISxNaNSymbol | Sets the symbol to denote Not-a-Number for number values. |
| AISxNegativeSign | Sets the symbol to denote negatives in number values. |
| AISxNumberDecimalSeparator | Specifies the decimal separator character to use in number values. |
| AISxNumberGroupSeparator | Specifies the group separator character to use in number values. |
| AISxNumberDecimalDigits | Sets the number of decimal digits after the decimal separator. |
| AISxPositiveInfinitySymbol | Sets the symbol character to use to denote positive infinities. |
| AISxNegativeInfinitySymbol | Sets the symbol character to use to denote negative infinities. |
| AISxCurrencyDecimalSeparator | Specifies the decimal separator character to use in currency values. |
| AISxCurrencyGroupSeparator | Specifies the separator character to use in currency values. |
| AISxCurrencyDecimalDigits | Sets the number of decimal digits in currency values after the decimal separator. |
| AISxCurrencySymbol | Sets the currency symbol for currency values. |
| AISxPercentDecimalDigits | Sets the number of decimal places in percent values. |
| AISxPercentDecimalSeparator | Specifies the separator character to use in decimal percent values. |
| AISxPercentGroupSeparator | Specifies the group separator character to use in percent values. |
| AISxPercentSymbol | Sets the symbol to denote percentage values. |