compactframework >> Arabic Support

by Qm9yaXM » Tue, 14 Dec 2004 15:41:01 GMT

Greetings,
I am going to develop a project targetting arabic speaking clients.

1. Is arabic support Device based.
a. My guess is it is to do with OS. Am i right?
b. I believe Windows CE 5.0 only supports Arabic in built. What needs
to be done with lower versions (say windows mobile server 2003). Is third
party tools the only option to enable arabic support.

2. Does anybody know of any handheld manufacturer that is supporting Windows
CE 5.0?

Thanks
Boris

compactframework >> Arabic Support

by Paul G. Tobey [eMVP] » Tue, 14 Dec 2004 23:06:53 GMT


1. Well, if you had a font on the device that contained the characters and
if you were willing to implement text editing with it (right-to-left, etc.),
you could support it *in your application*. However, it would be a very big
job and you'd have to be pretty confident of selling, I would think,
thousands of copies of your software, to make it worth your while
economically. Yes, you might also use some third-party support. Windows CE
5 has support for more complex scripting systems than the earlier versions,
also. I think your understanding is pretty good.

2. Not yet, not with Arabic in it, certainly (I rather doubt that PPC
vendors will be including any complex scripting support right away, either).
The next version of Pocket PC is still a ways off, anyway, and mass-market
devices really can't afford to be something other than Pocket PC devices...

Paul T.

compactframework >> Arabic support

by Qm9yaXM » Wed, 13 Jul 2005 04:52:02 GMT

Greetings,

Is "Arabic language support" being extended for Pocket PC operating system
in future.
I know it is not available till Windows Mobile Server 2003 second edition.

Any help on this, Please !

Thanks

compactframework >> Arabic support

by Daniel Moth » Wed, 13 Jul 2005 04:59:24 GMT

I don't think Windows Mobile 5.0 exposes the underlying Right-to-left
support that CE 5.0 has (which CE 4.2 didn't). Even if WM 5.0 does expose
it, I guess you'll have to wait for real devices to find out.

The RTL story regarding netcf (since this is a netcf group) is here:
http://www.danielmoth.com/Blog/2005/03/rtl-problem.html

Cheers
Daniel

compactframework >> Arabic support

by Qm9yaXM » Wed, 13 Jul 2005 05:40:03 GMT

Thanks a ton, Daniel, for the quick answer. Really appreciate that.
I am reading your RTL story and will keep visiting the site for more
intersting information on the same.

Thanks once again

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