Page 1 of 1

Refreshing language text created with GetTextOrDefault()

Posted: Mon Nov 17, 2008 4:11 pm
by manielan
Hi Experts,
I'm creating buttons during run time whose captions are retrieved from database. I use GetTextOrDefault() to display the correct language text during the creation. But when the user change the language, all those created during design time are reflecting the correct text except those created at runtime. Do I have to scan the whole form for run time components and change the caption? is there any automated way?

Regards
Elan