Breaking Change T918084
Visible to All Users

Improve localization for Date Occurring intervals in the UI

What Changed

We changed the DevExpress.XtraEditors.Controls.Localizer.StringId enumeration values that are used to set a Date Occurring condition when you create a format rule.

Previously, the following values were used:

  • FilterCriteriaToStringFunctionIsOutlookIntervalBeyondThisYear
  • FilterCriteriaToStringFunctionIsOutlookIntervalLaterThisYear
  • FilterCriteriaToStringFunctionIsOutlookIntervalLaterThisMonth
  • FilterCriteriaToStringFunctionIsOutlookIntervalLaterThisWeek
  • FilterCriteriaToStringFunctionIsOutlookIntervalNextWeek
  • FilterCriteriaToStringFunctionIsOutlookIntervalTomorrow
  • FilterCriteriaToStringFunctionIsOutlookIntervalToday
  • FilterCriteriaToStringFunctionIsOutlookIntervalYesterday
  • FilterCriteriaToStringFunctionIsOutlookIntervalEarlierThisWeek
  • FilterCriteriaToStringFunctionIsOutlookIntervalLastWeek
  • FilterCriteriaToStringFunctionIsOutlookIntervalEarlierThisMonth
  • FilterCriteriaToStringFunctionIsOutlookIntervalEarlierThisYear
  • FilterCriteriaToStringFunctionIsOutlookIntervalPriorThisYear
  • FilterCriteriaToStringFunctionNone

The following values from the DevExpress.XtraEditors.Controls.Localizer.StringId enumeration are now used to localize items in the dialog:

  • ManageRuleDatesOccurringBeyond
  • ManageRuleDatesOccurringEarlier
  • ManageRuleDatesOccurringEarlierThisMonth
  • ManageRuleDatesOccurringEarlierThisWeek
  • ManageRuleDatesOccurringEarlierThisYear
  • ManageRuleDatesOccurringLaterThisMonth
  • ManageRuleDatesOccurringLaterThisWeek
  • ManageRuleDatesOccurringLaterThisYear
  • ManageRuleDatesOccurringMonthAfter2
  • ManageRuleDatesOccurringMonthAgo2
  • ManageRuleDatesOccurringMonthAgo3
  • ManageRuleDatesOccurringMonthAgo4
  • ManageRuleDatesOccurringMonthAgo5
  • ManageRuleDatesOccurringMonthAgo6
  • ManageRuleDatesOccurringPriorThisYear
  • ManageRuleDatesOccurringBeyondThisYear
  • ManageRuleDatesOccurringYesterday
  • ManageRuleDatesOccurringToday
  • ManageRuleDatesOccurringTomorrow
  • ManageRuleDatesOccurringLastWeek
  • ManageRuleDatesOccurringThisWeek
  • ManageRuleDatesOccurringNextWeek
  • ManageRuleDatesOccurringMonthAgo1
  • ManageRuleDatesOccurringThisMonth
  • ManageRuleDatesOccurringMonthAfter1

Reasons for Change

The previous values didn't cover the list of values in the dialog: T898150 - WinForms Dashboard - It is impossible to localize items in the Conditional Formatting dialog for Dates

Impact on Existing Apps

We set correct localization strings and you can localize all items in the Conditional Formatting dialog.

Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.