FIX. RadDropDownList - Incorrect text alignment for the popup items in RTL mode
Workaround:
Private Sub RadDropDownList1_VisualListItemFormatting(sender As Object, args As VisualItemFormattingEventArgs)
args.VisualItem.TextAlignment = ContentAlignment.MiddleRight
End Sub