G
Guest
I am currently developing an application that will be available in german and
english. I set the localizable attribute of all forms to true, english
text/settings are used with "(default)" as the language, german with "german"
as the language.
The text of buttons, etc is shown correctly (i.e. german on a german windows
and english on any other language version of windows). However, settings made
to buttons or forms are lost when i change from (default) to german and back
to (default). For example: I have a button on the form and the text is "Add".
I set the enabled property to false. Then I switch to german and change the
Text to "Hinzufügen" and change back to (default). Now the button text still
reads "Add", BUT enabled is now set to true!!! I did not change the enabled
property for the german language button at all, in fact, when I switch back
to german the button is still disabled.
It seems that any changes except for the actual text is reset whenever I
switch back to (default). Can anybody tell me why this is happening and how I
can prevent it?
english. I set the localizable attribute of all forms to true, english
text/settings are used with "(default)" as the language, german with "german"
as the language.
The text of buttons, etc is shown correctly (i.e. german on a german windows
and english on any other language version of windows). However, settings made
to buttons or forms are lost when i change from (default) to german and back
to (default). For example: I have a button on the form and the text is "Add".
I set the enabled property to false. Then I switch to german and change the
Text to "Hinzufügen" and change back to (default). Now the button text still
reads "Add", BUT enabled is now set to true!!! I did not change the enabled
property for the german language button at all, in fact, when I switch back
to german the button is still disabled.
It seems that any changes except for the actual text is reset whenever I
switch back to (default). Can anybody tell me why this is happening and how I
can prevent it?