Re: International settings for language resources

2003-10-18 Thread Vincent Béron
Le sam 18/10/2003 à 13:20, Rolf Kalbermatter a écrit : > I want to test the loading of non-english string resources in some Wine application > and just started to wonder what I have to change in which configuration file to > cause LoadString() to attempt to load another language resource first be

International settings for language resources

2003-10-18 Thread Rolf Kalbermatter
I want to test the loading of non-english string resources in some Wine application and just started to wonder what I have to change in which configuration file to cause LoadString() to attempt to load another language resource first before it eventually resolves to loading the english one? Any