How can i change the field caption when changing languages?
Eg: I have a document with Field name Name: in en-Us Name: sarath Age: 26 status: yes.It is created through preview transformation .
Now i need to change this field to czech langugae, when changing language to czech
Eg: název : sarath věk : 26 postavení:
Please help..
It is an immediate requirement
Hi Sarath,
You can achieve this by using Resource string.
This link should be useful for you.
Best Regards! Ashish Narnoli
Hi,
I created Resource string "custom.custom.Name" . How can i use it inside a transfomation? I have a transformation like this.
We can use this for transformation with resource strin key <%# ResHelper.GetString("custom.custom.Name")%>
Please, sign in to be able to submit a new answer.