hi,
in another example.
i cannot find the name "First Name" in the file "cms.resx".
In this case, i find a general problem, if i want to design a web part which can be modified by the users or i want to crearte a new web part on C#. how could i use the multiligual fonction.
In the first case, Bizform is a web part existing in kentico, different from the others, it can be designed by the users. so i couldn't find the values in cms.resx file.So is there a better way just like a shortcut to easily find them.
In the another case, The custome designed web part is written by C#. I have no idea to make it mutilingual. I've tried to 2 methods.
the First way is that i added le code
label1.text = CMS.GlobalHelper.ResHelper.LocalizeString("hello")
or
label1.text = CMS.GlobalHelper.ResHelper.LocalizeString("$ =hello|fr-ch=bonjour")
But as result, nothing has changed.
So i am entangled with this problem.
the second way, i've tried to find the value which i can change in the CMS.resx. But i cannot find anything. it's certainly, because it's written by me not exising in kentico.
So i added the values that i want to change into CMS.resx file. It didn't work yet.
Have any solution?