Roie
-
Total Posts
:
4
-
Reward points
:
180
- Joined: Nov 09 '08
-
Status: offline
|
Right to left language support?
Sun. Nov 9, '08 2:32 AM
( permalink)
Hi, do you offer right to left languages support or localized versions that support RTL?
|
|
|
|
Guest
-
Total Posts
:
888
-
Reward points
:
0
- Joined: May 23 '01
-
Status: online
|
Re:Right to left language support?
Sun. Nov 9, '08 3:09 AM
( permalink)
yes, i have problem with dhtml menu to be open pop from right to left.. please provide me any information about this... thank you.
|
|
|
|
Samuel
-
Total Posts
:
11786
-
Reward points
:
168350
- Joined: May 23 '01
-
Status: offline
|
Re:Right to left language support?
Mon. Nov 10, '08 11:45 AM
( permalink)
Hi, Right to left language is supported via CSS by changing the "body" definition with direction: rtl. DHTML menu can be changed to display from right to left by adding dir="rtl" to the skin file ~/App_Themes/Theme_Name/Prom.skin Look for this definition in the above file <telerik:RadMenu runat="server" Skin="Telerik" style="z-index: 1000;" EnableEmbeddedSkins="false" /> Enable rtl support by adding an attribute like the following: <telerik:RadMenu runat="server" Skin="Telerik" style="z-index: 1000;" EnableEmbeddedSkins="false" dir="rtl" />
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
Guest
-
Total Posts
:
888
-
Reward points
:
0
- Joined: May 23 '01
-
Status: online
|
Re:Right to left language support?
Tue. Nov 11, '08 12:57 PM
( permalink)
Is there a language file, or do i need to translate each term individually?
|
|
|
|
Samuel
-
Total Posts
:
11786
-
Reward points
:
168350
- Joined: May 23 '01
-
Status: offline
|
Re:Right to left language support?
Tue. Nov 11, '08 1:49 PM
( permalink)
yes, there is a language file available, so you don't have to go through the files one by one.
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|