create multilanguage support software using c#
I want to build software that will have to support both Bangla & English. I mean to say all the controls (textbox,label,combo box etc) will be supporting both languages dynamically. Database input/retrieval will also be done in both languages.
How could I do this??
Regards,
Shomen Deb
Answers (3)
0
What a muppet (me that is!).
I did get close, but must be going mad!
Cheers so much
0
If (Test1 = true) || (Test2 = true) Then
_____MessageBox.Show("HelloWorld")
Else
_____MessageBox.Show("GoodbyeWorld")
End If
|| = logical Or
&& = logical And