Am 24.04.2006 um 09:34 schrieb Josh Hague:
How can I create a RB app that runs in the local language of the computer user's setting with only compiling once?
Localization has some problems, but works fine normally.
I thought Dynamic Constants could do this, but for some reason, regardless of which Language I set my OS to, it's not changing which Language is used in the compiled app.
If you haven't found a bug on your first try, you are probably doing something wrong. Did your really check the box "dynamic"? (I sometimes forget that.)
I have it set to Default.
Did you create a constant definition for each language you use? The default value alone is not enough.
Did you assign the constant correctly like Self.StaticText1.Text = Self.MyConstant? Did you restart your app after the changing the system language?
Without more information or seeing your code it is impossible to tell. Hans-Georg _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
