<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>5 Jan 2017 20:53:33 Z</lastBuildDate><pubDate>5 Jan 2017 20:53:33 Z</pubDate><description>I've never had a problem with this before and have applications that use different languages. But, on a new application written with version 21, I have a menu option where, clicking the option, the user is asked to decide what language the windows will appear in. The selection is made and the text of the window changes to the requested language. But, upon selecting something from the menu and proceeding to that chosen window, the new window reverts back to the original language.&#13;
&#13;
To see if there is code somewhere reverting the windows, I used the debugger. It shows the language chosen correctly, the window changes but, immediately on proceding to the next window, I am back to the original language.&#13;
&#13;
I put a button on a review window (WIN_Inventory) to further test. The language is changed. Upon calling an update window (WIN_UInventory), the language is back to the original. There is no code in the second window that would do this. The window where the language is changed has the following code:&#13;
&#13;
//1 : Yes&#13;
//2 : No&#13;
SWITCH Dialog("Do you want this application in Spanish?")&#13;
	// Yes&#13;
	CASE 1		&#13;
		Nation(nationSpanish)&#13;
	// No&#13;
	CASE 2&#13;
		Nation(nationAmerican)&#13;
END&#13;
&#13;
I don't understand what is happening. Anyone had a similar experience?&#13;
&#13;
Vincent C&#13;
&#13;
--&#13;
Vincent D Crosby</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60622-nation-used-app-using-english-and-spanish/read.awp</link><title>NATION Used in an app using English and Spanish</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
