Telerik TabStrip for ASP.NET MVC supports right-to-left languages.

The only necessary change to enable this mode is to add a t-tabstrip-rtl class to the tabstrip:

<%= Html.Telerik().TabStrip()
        .Name("TabStrip")
        .HtmlAttributes(new { @class = "t-tabstrip-rtl" })
        ...
%>