Hi Everyone ,
I have a problem about of multiple languages.
How i can change screen title name of popup page when the set language action is activated.
Good day..
Screen Tittle Of Popup page
Re: Screen Tittle Of Popup page
This could be done by creating a hidden text object on the popup screen and translating its text in the Multiple Languages screen. Then in the scripting for the popup on the screen opened event set the screen's title to the text object's text.
Code: Select all
void Screen2_Opened(System.Object sender, System.EventArgs e)
{
this.ScreenTitle = Text1.Text;
}
Best regards,
Russ
(801) 708-6690
Technical Support
Contact Us
Beijer Electronics AB
http://www.beijerelectronics.us
Russ
(801) 708-6690
Technical Support
Contact Us
Beijer Electronics AB
http://www.beijerelectronics.us