Page 1 of 1
Multilingual version - do you have any working sample?
Posted: Tue Mar 20, 2012 5:47 pm
by mol
Hi!
I need to create documents in few languages, depending on user choice.
Do you have any idea, how to smoothly realize it?
Marek
Re: Multilingual version - do you have any working sample?
Posted: Tue Mar 20, 2012 6:08 pm
by esgici
Hi Mol
Did you inspect
function init_messages in
<hmg>\hfcl\Source\GridPrint.prg
I hope it will give you an idea
Regards
--
Esgici
Re: Multilingual version - do you have any working sample?
Posted: Tue Mar 20, 2012 6:19 pm
by mol
THX, Esgici!
I thought about this solution.
I considered external dictionary, too.
Re: Multilingual version - do you have any working sample?
Posted: Tue Mar 20, 2012 8:54 pm
by Pablo César
You will find on example of using files corresponding each language in my app:
http://hmgforum.com/download/file.php?id=1908, please be free to re-use it.
Here is the topic:
http://hmgforum.com/viewtopic.php?f=9&t=2246&start=10
Re: Multilingual version - do you have any working sample?
Posted: Tue Mar 20, 2012 8:56 pm
by mol
Nice, thx!
Re: Multilingual version - do you have any working sample?
Posted: Thu Mar 22, 2012 12:14 am
by esgici
Hi
mol wrote:
I considered external dictionary, too.
Something like this
Regards
--
Esgici
- BackupML.zip
- Backup Multi Language
- (5.66 KiB) Downloaded 165 times
Re: Multilingual version - do you have any working sample?
Posted: Thu Mar 22, 2012 6:48 am
by mol
It looks fine!
Good work, Esgici!