Version: 4.3.0 +
Applicable to: Futurama Editor/Futurama Website/Futurama Webservice/Futurama Export
In the configuration of Futurama it is possible to set format settings. These settings are set in the format-section.
Within the configuration element the next code has to be included:
<configSections> <sectionGroup name="futuramaSettings"> <section name="format" type="ActuIT.Futurama.Config.FormatSection, ActuIT.Futurama.Engine,Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/> </sectionGroup> </configSections>
Next to this code, also within the configuration element the next code has to be included:
<futuramaSettings> <format lowerCaseXmlBooleans="{true/false}" editorLanguage="{Editorculture}" culture="{Culture}"></format> </futuramaSettings>
The futuramaSettings element is the general part for more configuration settings. Within this element the format element is set.
Within the format element some attributes can be set. Below the possible values of these attributes.
This is the language setting Futurama uses while converting numbers and data to text. Notes:
Indicates whether the first character from booleans in xml starts with a lowercase or with an uppercase. According to the official xml-standard it is with a lowercase while Microsoft uses an uppercase. Notes:
Indicates the language the Futurama Editor is using for the formulas in the formula library.
- Microsoft: Culture-info abbrevations applied by Microsoft
If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.
Updated: 2013-05-24