TipGiver
Programmer
- Sep 1, 2005
- 1,863
hi,
i have pressed the 'show all files' in the solution explorer and i have a file called 'myform.it-IT.resx'. Everything runs ok, and localizations works after i change the culture and then show the form 'myform'.
(name: lblSomething.Text and value Hello... will have effect in the label)
Question: how can i localize a string variable in that .resx file? So, when writting messagebox.show(strString) .. the strString to have the new italian text?
I have tried but no luck:
$this.strString
>>$this.strString
strString
Thank you.
i have pressed the 'show all files' in the solution explorer and i have a file called 'myform.it-IT.resx'. Everything runs ok, and localizations works after i change the culture and then show the form 'myform'.
(name: lblSomething.Text and value Hello... will have effect in the label)
Question: how can i localize a string variable in that .resx file? So, when writting messagebox.show(strString) .. the strString to have the new italian text?
I have tried but no luck:
$this.strString
>>$this.strString
strString
Thank you.