RadTimeBar throws XamlParseException when current culture is arabic. Workaround: Create a custom class that inherits from Telerik.Windows.Controls.TimeBar.SelectionThumb and explicitly sets the TitleFormatString property to your custom format string in the constructor. Edit the Template of the RadTimeBar control - find the SelectionThumb instance in the template and replace it with an instance of the CustomSelectionThumb class.