Jump to content

write Language-Specific software

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
persian_GG

persian_GG

    Newbie

  • Members
  • Pip
  • 3 posts
hi
I am Mehdi and live in IRAN.
As you know in every country people want to
use software was created in their language.
In IRAN our language is Farsi and we speak Farsi.
How can write software that use Farsi language.
I programming in C++ in intermediate level.
please help me.

thanks.:confused:

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
C++ assumes only that you have native encoding support (usually ASCII). To support Farsi you will need to get a library for supporting Unicode, or hope your language settings will convert the text appropriately.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
persian_GG

persian_GG

    Newbie

  • Members
  • Pip
  • 3 posts

WingedPanther said:

C++ assumes only that you have native encoding support (usually ASCII). To support Farsi you will need to get a library for supporting Unicode, or hope your language settings will convert the text appropriately.

thank you but can you explain more..
i use MSVC 8.0 .NET and in MFC project setting is a choice
for Unicode . i can use Farsi strings in the program but
for input strings i have some problem . (in Edit Control)
if i could change the current language my problem will be solved.

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Since I don't use MSVC, I can't help you further... perhaps one of the other guys can.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog