Web Forms :: Using Menu For Arabic / Urdu And Persian Languages With RTL Text Direction?
May 7, 2015How can I make RTL ASP.Net Menu using CSS or Skin File not markup?
View 1 RepliesHow can I make RTL ASP.Net Menu using CSS or Skin File not markup?
View 1 RepliesI followed this link, it works fine with English Text. [URL] ....
My problem is when I am adding Arabic text to the message body it displays ???? format.
i want my website multilingual e.g English,urdu,Hindi. I know About Two Approach
localization globaliztion and Google translatore, but i want to design the database multilingual for my website . how can i design the database for multilingual. and use it
i have a problem,when i export grideview to pdf,not show coulmname with formate farsi why?
View 1 RepliesI used below code for insert limit character in textbox
<asp:FilteredTextBoxExtender ID="FTBE1" TargetControlID="txtadd" runat="server" FilterType="LowercaseLetters,UppercaseLetters,Numbers,Custom" ValidChars=" ">
</asp:FilteredTextBoxExtender>
Now problem is that when I want insert text in persian language it didn't insert I can just enter text in English language...
i have a project in which i want to write urdu text in textboxes and then save it to database.
View 3 RepliesI want to position my menu control on the right side of the page based on our design requirements.As a result, I want to make the arrow that indicates a submenu appear on the left of the menuitem as well as make all submenus flyout to the left now as well.
View 1 RepliesI used Radiobutton list in my page
<asp:RadioButtonList ID="rblDirections" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="East" Value="East"></asp:ListItem>
<asp:ListItem Text="West" Value="West"></asp:ListItem>
<asp:ListItem Text="North" Value="North"></asp:ListItem>
<asp:ListItem Text="South" Value="South"></asp:ListItem>
</asp:RadioButtonList>
I want text of each itemlist be at the right of radiobutton here text are at the left .
how i can do it?
I am sending arabic text in querystring to SMS gateway website by using the follwoing code:
protected void Button1_Click(object sender, EventArgs e)
{
string cellno,username,password ;
cellno = "966505326609";
username = "Aazar Jameel";
[Code]....
As i am using asp validation and they are working fine,my next issue is how to make appear the requiredfield validator into arabic as well,because i am developing multilanguage webisite n now how can i make the error message to be appeared in arabic when
the arabic button is selected
< asp:RequiredFieldValidator
ID="RequiredFieldValidator1"
runat="server" [code]...
I have a web app that I would like to convert to other dialects. I know that a language specialist would have to check it, but am I correct that I can us a tool to convert the english to spanish, chinese, etc?
View 1 RepliesI have a page with two textboxes (one for english and one for korean)..
I want users to be able to enter an english word or enter a korean word...
Now I can only enter english in both of them... Even if my keyboard language is switched to Korean.. I can not type in Korean in the Korean text box....
I thought I could simply change this using something like:
[Code]....
I am getting funny characters when trying to use the text in foreign languages, it comes with # and numbers in between.I am using getraw<string> to get the raw string. How can i use this on aspx page?
View 1 Repliesi do have more than one language being supported on my website and currently working with localization, which raises some question marks to me.
guess, i have the following line(s) of code for a button:
<asp:button id="btnSubmit" style="left: 245px; position: absolute; width:100px"
onclick="OnBtnSendClicked" runat="server" text="Submit" tabindex="5">
</asp:button>
i do want to have 'text="Submit"' exchanged against something like
<%=GetGlobalResourceObject("Lokalisierung", "resSubmit")%>
as i am working with global resources. however this does not work as the button.text is filled with '<%=GetGlobalResourceObject("Lokalisierung", "resSubmit")%>' (without '').
note: 'Lokalisierung.resx' is my resource file already existing and perfectly working for other "things" here.
what is the correct syntax here?
how non English language input works with asp.net textboxes.
1. Can a regular asp.net textarea or a textbox accept text from languages other than English?
2. If yes, then how does the user enter non English language text
3. Is there a way to detect what language the user has entered text and make UI changes accordingly. (Ex: Make a button visible if non English text is entered)
4. Can non English text be stored in a varchar column in a SQL Server database? If not, how do I store this text?
I have developed a website in English, i want this application to be in arabic also. Say suppose there are 50 members 30 knew english and 20 knew arabic , when i open my application it should open to them in specific language.
my application will have many entry fields(name,address..) and buttons to save , search. The arabic text entered in textbox should be viewable by both english and arabic known guys in their respective language. (ie) the arabic text should be readable in english for english known person and in arabic for arabic known person and viceversa., so that 50 member details should be viewable to 50 persons in their language.
I am sending arabic text in querystring to SMS gateway website by using the follwoing code:
protected void Button1_Click(object sender, EventArgs e)
string cellno,username,password ;
cellno = "966505326609";
username = "Aazar Jameel";
password = "12345678";
string val01,val02,val03,val04;
[code]...
Am developing a SMS Application, from there I have to send Arabic text by SMS, problem is that SMS Gateway does not accept Arabic text directly, Gateway accept Arabic text in Unicode/UCS2 format. So I need code to convert Arabic text in Unicode Format.
View 5 Repliesthe arabic text is not working in my visual studio 2005 but i already add the saudi arabia (arabic) in my regional settings in my control panel. the arabic text appears like a square in my code in vs 2005.
View 2 RepliesI am using frames in my webpage.in one of the frames i have a menu control whose items are database driven.when click on the menu item, i want another page to be displayed in other frame.
now i want to pass the the selected menu item text to the other page using session variable which is in the menu item click event method.but the thing is when i click on the menu item, the click event is not firing.
is there any better way to pass the selected menu item text to the other page?
i have made fulltext index in 4 columns in a table ( 2 ARABIC columns (title,Desc(html) AND ENGLISH(title,Desc(html))it works fine locally when i use contains function in search but in sever arabic search doesnt work well .
View 2 RepliesI m using ajax control toolkit and using editor for rich content. there is no problem with latin languages. I use nvarchar type field for database. but when I copy arabic or russian text from somewhere it turns into ?s. When I copy them into a textbox or other server control rathen than this editor, no problem inserting.
View 6 Repliesi want to display dynamic text like the News in Arabic and english Language should I create two fields in the database For arabic and english?and how to select the english News when the user select English? (Note:i know to display the static text like the menus in arabic and english)
View 2 RepliesI am trying to create a button with text in 2 languages English and Bengali.
I hav created two resource files for each of them.In the English I have written 'Hello' as the value for the key and for the
bengali I copied the word from google.
But when I paste I only see squares in the value box of the resource file(not the actual fonts).
This is despite the fact that I have installed Bengali fonts on the machine.
What is the problem?
how to type the user in textbox in arabic text without changing the language in their pc?! using c# .net
View 3 Replies