RadLinkButton fully supports right-to-left (RTL) language locales. In order to switch a RadLinkButton to RTL mode,
you should set dir=rtl
to its parent HTML element or use the direction:rtl
CSS property.
You can also do this globally for the page, e.g., on the <body>, <form> or <html> element.