Similar Threads
1. Mixed Content advice needed (Arabic support) - Asp.Net
2. Providing Arabic Support for applicaiton in Windows Mobile 5
I am going to develop a project which would have both an arabic and an
english interface.
I thoght that as the CF support unicode cahrs, all i had to do for
switching to arabic was to use the arabic astrings inplace of the
english ones e.g title of buttons. etc. but it didnt worked out this
way;
Whe i give the arabic characters, the application just shows boxes or
questions marks.
To show arabic in my applciation would i have to do something special?
Is arabic only supported in the devices which have the arabic windows
installed?
regards,
Avanza
3. Arabic Support - Microsoft .NET Framework
4. Arabic support
Hi,
First, I do not think this is the right group, this is a .NET group.
Anyway, here are a few pointers.
1) Develop the application using Unicode
2) When working with strings, do not use character indexing
3) Use the _t version of the string functions eg. _tcscpy instead of strcpy,
4) Use the T datatypes TCHAR instead of 'char' LPCTSTR instead of LPCSTR
etc.
5) Use the _T macro around all your strings in the code eg. _T("Hello
World")
6) If using SQL Server use NVARCHAR, NCHAR and NTEXT instead of VARCHAR,
CHAR, TEXT etc.
7) If using ORACLE use NVARCHAR2 etc.
8) Put all your translatable strings into resources
9) Use CStrings FormatMessage/V rather than Format so that strings can be
translated to there gramatically correct form without having to change the
order of the variable arguments
10) Develop targeting Unicode (Did I say that?)
This is a quick list off the top of my head, if you have any questions drop
me a line, I have worked on a number of globalized applications and have
targeted the Arabic language.
Hope this helps
Chris Taylor
"Viper" < XXXX@XXXXX.COM > wrote in message
news:120a001c3c003$21bb6530$ XXXX@XXXXX.COM ...
> I am not sure if this is the right group, but maybe
> someone can direct me.
>
> I want to write an application for a arabic co. they
> requested that the interface should be in arabic.
> I am using MFC, how can I make it to show arabic GUI.
>
> Regards
> Viper
5. Plssss help - At wits end .. Combo Box - for Arabic support
6. Arabic Language support and Unicode Performance
Dear all
I am supposed to develop a world ready application in C# 2003 (which will
run in xp) which should aupport Arabic & Hebrew also. My doubts(Fears) are:
1. Do i have to create all the forms, message boxes in Arabic also. Does it
mean that my application will have duplicate forms. One for Arabic and One
for Non-Arabic. I am planning to use Access 2000. How will the arabic tests
be written in the database? Can i be able to recognise/Display like normal
characters in my application?
2. I know that .NET 2003 supports Unicode 16 bit Encoding Scheme. Is it
possible to store Unicode strings in Access Database? If so then How will it
affect the performance of the application? say i am Sorting, concatenating
some 1000 records?
Moreover i may also have to send the unicode data to Graphic Displays!! Is
it easy and fast to convert the data using .NET namespace?
If any of you have faced/solved such issues, please help me out. If possible
hint me some references also.
Ciao
Hari
7. Support of Arabic
8. Arabic Language support and Unicode Performance
Dear all
I am supposed to develop a world ready application in C# 2003 (which will
run in xp) which should aupport Arabic & Hebrew also. My doubts(Fears) are:
1. Do i have to create all the forms, message boxes in Arabic also. Does it
mean that my application will have duplicate forms. One for Arabic and One
for Non-Arabic. I am planning to use Access 2000. How will the arabic tests
be written in the database? Can i be able to recognise/Display like normal
characters in my application?
2. I know that .NET 2003 supports Unicode 16 bit Encoding Scheme. Is it
possible to store Unicode strings in Access Database? If so then How will it
affect the performance of the application? say i am Sorting, concatenating
some 1000 records?
Moreover i may also have to send the unicode data to Graphic Displays!! Is
it easy and fast to convert the data using .NET namespace?
If any of you have faced/solved such issues, please help me out. If possible
hint me some references also.
Ciao
Hari