ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Change messages imageen

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
abbasiali1010@gmail.com Posted - Jan 25 2022 : 01:44:07
Dear Nigel

I use below code for change messages to Farsi without any DLL.
ImageEnView1.Proc.MsgLanguage:= msFarsi ;

Delphi showed below error:
[dcc32 Error] edit_picture.pas(655): E2003 Undeclared identifier: 'MsgLanguage'

Regards
Ali

Regards

Ali Abbasi
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jan 25 2022 : 17:17:01
Hi Ali

What version of ImageEn are you using?

From v10.2.0, you need ielang32.dll for localization support. If you do not want to use a DLL you need to undefine IESupportLanguageDLL in "ie.inc".

Set the language as follows:

IEGlobalSettings().MsgLanguage := msFarsi;

Note: Farsi is not fully localized. Email us if you want the language spreadsheet to improve the translations

Nigel
Xequte Software
www.imageen.com