The scenerio goes like this: User clicks on the language settings form and clicks on Chinese, on the main form, the default buttons with English words change to buttons with Chinese words...
I used this code to apply the resources:
frmSSMain.btnCash.BackgroundImage = CType(resources.GetObject("btnChiCash"), System.Drawing.Image)
It worked the first time, then after a few tries, the buttons disappeared, meaning that when i tried to change the language again, the buttons changed to blank ones, but no problems changing back to default English buttons. I checked the resource file and realised that all the Chinese buttons were gone, only left with the English buttons. Anyone knows what the problem is? It's urgent.. Thx..
I used this code to apply the resources:
frmSSMain.btnCash.BackgroundImage = CType(resources.GetObject("btnChiCash"), System.Drawing.Image)
It worked the first time, then after a few tries, the buttons disappeared, meaning that when i tried to change the language again, the buttons changed to blank ones, but no problems changing back to default English buttons. I checked the resource file and realised that all the Chinese buttons were gone, only left with the English buttons. Anyone knows what the problem is? It's urgent.. Thx..