Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » How do I make a button within a status bar change language? Collapse All
Subject Author Date
Michel Phan Huy Oct 22, 2008 - 12:35 PM

Hi,


 


Using the Language Switcher sample, I tried to add a button in a pane of the status bar but I am not able to make it switch to the desired language.


What is the best way to make it work?


Thanks!

Technical Support Oct 23, 2008 - 2:16 PM

You should re-load button’s text properties manually after changing resource manager’s desired language identifier. The button’s caption can be assigned using CWnd::SetWindowText() method. The button’s tooltip text can be assigned using CExtButton::SetTooltipText() method.