Locale messages

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
zapalm
Fresh Boarder
Fresh Boarder
Posts: 8
Joined: 21.03.2009, 01:02

Locale messages

Post by zapalm »

I have changed language define parameter in Zeos.inc to {$DEFINE RUSSIAN} but after recompile, reinstall and testing i don't get messages in russian. Whats wrong?
I have delphi 2010.
You do not have the required permissions to view the files attached to this post.
Wild_Pointer
Expert Boarder
Expert Boarder
Posts: 164
Joined: 18.03.2008, 13:03
Contact:

Post by Wild_Pointer »

Hello, zapalm,

as you can see you get sql error from your server. Zeos translates messages from it self only (like SUnKnownParamDataType = 'Unknown Param.DataType';). This is expected behavior.

Good luck!
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

But if your database can also use russian messages, you should be able to set your conection language, makig your database mssages also show in russian.
Image
zapalm
Fresh Boarder
Fresh Boarder
Posts: 8
Joined: 21.03.2009, 01:02

Post by zapalm »

thanks very mach
Locked