On Wednesday 19 October 2016 22:43:24 Solomon Hierrussalimsky wrote:
> when using the 'tintegeredit' component  a message  appears
>
> whether localization of such messages on other languages is available?
> how to include?

They are in the "lib/common/kernel/mseconsts_*.pas" files. Add the needed 
units to uses of the main program.
"
uses
 mseconsts,mseconsts_ru,mseconsts_uzcyr,
...
"
MSEgui tries to guess the wanted language from environment. Forcing Russian 
for example can be done by:
"
 setlangconsts('ru'); 
"

Martin

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to