
07-06-2001, 06:05 AM
|
|
|
Multi Lingual Buttons
|
I am developing an application that dynamically switches from englist to Greek. We store all multilingual Control captions in nn sql database. When we switch from English to Greek, The label.captions, Text.text, tab.captions all work fine.
The commandbutton.caption, option.caption,checkbox.caption do not work.
I have a routine that for each form.control i set the font.name to "arial greek", font.charset to 161, and the caption to the string from the sql table.
Does anybody know, why the command, option, and check box buttons behave differently?
Thank you in advance for your input.
|
|