G
Guest
Hello,
how would you solve in general the following requirement:
my application will ask you to login with a language, so you have installed
on your desktop one version of my application, providing multilanguage
support that means text, description, column names etc. will be displayed in
your login language.
The issue around translations of table columns is solved by myself, I will
dynamically display language dependent column titles (using SQL table for
translation of column names and updating the controls which are bound to this
a data column).
But how should I handle all the rest?
I'm using already the project resources (text strings) and fill "caption"
and "text" and other properties of the controls by these resource strings.
So is possible to change the resource file at run-time to get all text etc.
displayed in your language? If not, should I maintain in SQL a table doing
the translation for me how I did for SQL table column titles?
I don't want to compile individual program versions for each language,
install them on the computer and the user has to select the exe file of the
specific language each time he is using the program, this wouldn't be nice.
Thanks
Stephan
how would you solve in general the following requirement:
my application will ask you to login with a language, so you have installed
on your desktop one version of my application, providing multilanguage
support that means text, description, column names etc. will be displayed in
your login language.
The issue around translations of table columns is solved by myself, I will
dynamically display language dependent column titles (using SQL table for
translation of column names and updating the controls which are bound to this
a data column).
But how should I handle all the rest?
I'm using already the project resources (text strings) and fill "caption"
and "text" and other properties of the controls by these resource strings.
So is possible to change the resource file at run-time to get all text etc.
displayed in your language? If not, should I maintain in SQL a table doing
the translation for me how I did for SQL table column titles?
I don't want to compile individual program versions for each language,
install them on the computer and the user has to select the exe file of the
specific language each time he is using the program, this wouldn't be nice.
Thanks
Stephan