New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Right-to-left Support

RadSocialShare fully supports right-to-left (RTL) language locales. It is created and added to the page as a child of the form element and in order to turn on the RTL support you should set dir=rtl to the html or body element.

html
{
    direction: rtl;
} 
<telerik:RadSocialShare RenderMode="Lightweight" runat="server" ID="RadSocialShare1" UrlToShare="https://www.telerik.com/products/aspnet-ajax.aspx" Skin="Sunset">
    <MainButtons>
        <telerik:RadSocialButton SocialNetType="ShareOnFacebook" />
        <telerik:RadSocialButton SocialNetType="ShareOnTwitter" />
        <telerik:RadSocialButton SocialNetType="StumbleUpon" />
        <telerik:RadSocialButton SocialNetType="Tumblr" />
        <telerik:RadSocialButton SocialNetType="MailTo" />
        <telerik:RadSocialButton SocialNetType="SendEmail" />
        <telerik:RadCompactButton />
    </MainButtons>
</telerik:RadSocialShare>

radsocialshare-rtl-screenshot

See Also

In this article