<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>23 May 2016 11:08:00 Z</lastBuildDate><pubDate>19 May 2016 11:09:00 Z</pubDate><description>Hi all,&#13;
&#13;
I am currently working on a project which supports multi language English and Arabic...I designed a form for entering some datas ..I need to enter datas parallally on another form in second language.. I will explain in detail..&#13;
From the main window itself,program receives the user option that on which language to continue ...so the further forms will change language accordingly using the following code&#13;
PROCEDURE Changelanguagesettings()&#13;
IF gnLanguage=1 THEN&#13;
Nation(nationEnglish)&#13;
ChangeCharset(charsetAnsi,languageEnglish)&#13;
ChangeKeyboard(languageEnglish)&#13;
&#13;
ELSE&#13;
Nation(nationArabic)&#13;
ChangeCharset(charsetArabic,languageArabic)&#13;
ChangeKeyboard(languageArabic)&#13;
&#13;
END&#13;
&#13;
so the data entry form will appear in arabic if i choose 'gnlanguage' as 2..In that form i am again giving an option to switch language to enter data..If user select switch language, a new form will be opened with following end of initialisation code..&#13;
&#13;
IF gnLanguage=1 THEN&#13;
gnLanguage=2&#13;
ELSE&#13;
gnLanguage=1&#13;
END&#13;
Changelanguagesettings()&#13;
&#13;
so that user can enter datas in English there..&#13;
&#13;
and also on closing this form again switch language to previous ..&#13;
Everything works perfect..but on switching to second form ,the language settings of the current also changes to that, So that already filled edit controls resets its values..&#13;
What i want is User can enter data PARALLALLY on both forms....ie Arabic in first form and English in second form OR viceversa.ie switching language should affect only individual forms not all..when control goes to second form the language change should happen only there and moving on to the first form langauge supported there should be the old one.&#13;
&#13;
In short changelanguage settings to be affected to newly opened form only ..not all windows..Previously opened windows to be continued in old languagesettings..&#13;
&#13;
In the image attached you can see both forms 1 and 2 changes language to English..&#13;
&#13;
Help Plz&#13;
[attachment 1996 pic2.jpg]</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages/read.awp</link><title>Switching between languages WD 20</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57779/read.awp</comments><pubDate>23 May 2016 11:08:00 Z</pubDate><description>Hi Sara,&#13;
&#13;
Not sure, but this may work:&#13;
Use Nation() to change language during the windows declaration. Next refresh the windo…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57779/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57779/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages/read.awp">Switching between languages WD 20</source><title>Re: Switching between languages WD 20</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57737/read.awp</comments><pubDate>22 May 2016 15:53:00 Z</pubDate><description>Hi Sara,&#13;
&#13;
I'm not sure what else to say. Maybe you can ask questions about what you did not understand in my previous post.&#13;
T…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57737/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57737/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages/read.awp">Switching between languages WD 20</source><title>Re: Switching between languages WD 20</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57735/read.awp</comments><pubDate>22 May 2016 12:41:00 Z</pubDate><description>Sara,&#13;
&#13;
do you use the Nation() function in the opening of the window? I think you have to set the language BEFORE opening the …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57735/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57735/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages/read.awp">Switching between languages WD 20</source><title>Re: Switching between languages WD 20</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57731/read.awp</comments><pubDate>22 May 2016 06:33:00 Z</pubDate><description>Mr,Fabrice Herrari,,&#13;
Thank you for your kind reply..&#13;
&#13;
Can you explain in detail how it will workout?&#13;
&#13;
Regards,&#13;
Sara</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57731/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57731/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages/read.awp">Switching between languages WD 20</source><title>Re: Switching between languages WD 20</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57730/read.awp</comments><pubDate>22 May 2016 06:31:00 Z</pubDate><description>Hi Arie&#13;
&#13;
Thanks for your reply,,&#13;
&#13;
I have checked that settings already..It wont give the result as i expect..By that setting…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57730/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57730/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages/read.awp">Switching between languages WD 20</source><title>Re: Switching between languages WD 20</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57719/read.awp</comments><pubDate>20 May 2016 15:33:00 Z</pubDate><description>Option 3, if you have WDMSG.&#13;
&#13;
Extract all texts with WDMSG. If you use the FIC extension for the output file, you will get a v…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57719/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57719/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages/read.awp">Switching between languages WD 20</source><title>Re: Switching between languages WD 20</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57717/read.awp</comments><pubDate>20 May 2016 15:28:00 Z</pubDate><description>Sara,&#13;
&#13;
did you check this setting. It looks like it does exactly what you want.&#13;
&#13;
Quote&#13;
"The change will be effective:•WinDe…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57717/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57717/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages/read.awp">Switching between languages WD 20</source><title>Re: Switching between languages WD 20</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57716/read.awp</comments><pubDate>20 May 2016 14:33:00 Z</pubDate><description>Hi Sara,&#13;
&#13;
What you are describing is the normal behavior of the languages functions. You may ask PCSoft for an improvement/opt…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57716/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages-57716/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57698-switching-between-languages/read.awp">Switching between languages WD 20</source><title>Re: Switching between languages WD 20</title></item></channel></rss>
