Preference Default Values Properties

These properties configure default values for preferences.

If you want to change the default values, enter your changes in the emxSystem.properties page object. For more information, see Editing Properties Using MQL.

Property Name Property Description Valid Values
emxFramework.Preferences.Language.ChoicesSpecifies the languages a user can select from when setting their personal preferences. You can remove languages, but you cannot add languages to this property. Use the language code to specify a language.One or more of the following, separated by commas:
  • en
  • ja
  • it
  • fr
  • de
emxFramework.Preferences.Language.DefaultWhen a user sets their default language preferences, this property defines the initial value for the Language preference. You can only set this property to one of the languages defined for the Language.Choices property.Language code
emxFramework.Preferences.ExportFormat.ChoicesSpecifies the export formats a user can select from when setting their personal preferences. You can remove formats; but you cannot add formats to this property.One or more of the following, separated by commas:
  • HTML
  • CSV
  • Text
emxFramework.Preferences.ExportFormat.Default When a user sets their export format preferences, this property defines the initial value for the Format preference. You can only set this property to one of the formats defined for the ExportFormat.Choices property.One of the following:
  • HTML
  • CSV
  • Text
emxFramework.Preferences.FieldSeparator.ChoicesWhen a user selects HTML or Text for their export format preference, this preference defines the field separator for the exported data. One or more of the following, separated by commas:
  • Pipe
  • Tab
  • Comma
  • Semicolon
  • Any other character
emxFramework.Preferences.FieldSeparator.DefaultWhen a user sets their export format preferences, this property defines the initial value for the Field Separator preference. You can only set this property to one of the characters defined for the FieldSeparator.Choices property.Character
emxFramework.Preferences.FieldSeparator.ChoicesCSVWhen a user selects CSV for their export format preference, this preference defines the field separator for the exported data.One or both of the following, separated by a comma:
  • Comma
  • Semicolon
emxFramework.Preferences.FieldValueSeparator.DelimiterThe record separator a user can select from when setting their personal preferences, where \n is the newline character. You can add additional characters if needed. \n
emxFramework.Preferences.RemoveCarriageReturns.ChoicesThe options a user can select for the Remove Carriage Returns preference for the export data format. If you do not want users to have a choice (carriage returns should always be removed (Yes) or should never be removed (No)), you can delete the other option from this property.One or both of the following, separated by a comma:
  • Yes
  • No
emxFramework.Preferences.RemoveCarriageReturns.DefaultWhen a user sets export format preferences, this property defines the initial value for the Remove Carriage Returns preference.Yes or No