Documentation Index

Fetch the complete documentation index at: https://help.docfusioncloud.com/llms.txt

Use this file to discover all available pages before exploring further.

Request Parameters to specify Locale & Culture Settings

Prev Next

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 ParameterOverrides
AISxRequestCultureSets the culture using the ISO code. When set, will override global, template and default server settings. Leaving it empty uses the Invariant Culture. 
AISxAMDesignatorSets the string designator for hours that are "ante meridiem" (before noon).
AISxPMDesignatorSets the string designator for hours that are "post meridiem" (after noon).
AISxLongTimePatternSets the culture-specific long time pattern.
AISxShortTimePatternSets the culture-specific short time pattern.
AISxTimeSeparatorSpecifies the time separator character to use.
AISxDateSeparatorSpecifies the date separator character to use.
AISxFullDateTimePatternSets the culture-specific date-time pattern for full dates.
AISxLongDatePatternSets the culture-specific date pattern for long dates.
AISxShortDatePatternSets the culture-specific date pattern for short dates.
AISxMonthDayPatternSets the month and day patterns.
AISxYearMonthPatternSets the year and month patterns.
AISxPositiveSignSets the symbol to denote positives in number values.
AISxNaNSymbolSets the symbol to denote Not-a-Number for number values.
AISxNegativeSignSets the symbol to denote negatives in number values.
AISxNumberDecimalSeparatorSpecifies the decimal separator character to use in number values.
AISxNumberGroupSeparatorSpecifies the group separator character to use in number values.
AISxNumberDecimalDigitsSets the number of decimal digits after the decimal separator. 
AISxPositiveInfinitySymbolSets the symbol character to use to denote positive infinities.
AISxNegativeInfinitySymbolSets the symbol character to use to denote negative infinities.
AISxCurrencyDecimalSeparatorSpecifies the decimal separator character to use in currency values.
AISxCurrencyGroupSeparatorSpecifies the separator character to use in currency values.
AISxCurrencyDecimalDigitsSets the number of decimal digits in currency values after the decimal separator.
AISxCurrencySymbolSets the currency symbol for currency values.
AISxPercentDecimalDigitsSets the number of decimal places in percent values.
AISxPercentDecimalSeparatorSpecifies the separator character to use in decimal percent values.
AISxPercentGroupSeparatorSpecifies the group separator character to use in percent values.
AISxPercentSymbolSets the symbol to denote percentage values.