How to localize field caption when changing language?

sarathlal s asked on April 25, 2014 00:57

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

Correct Answer

Ashish Narnoli answered on April 25, 2014 04:52

Hi Sarath,

You can achieve this by using Resource string.

This link should be useful for you.

Best Regards! Ashish Narnoli

0 votesVote for this answer Unmark Correct answer

Recent Answers


sarathlal s answered on April 25, 2014 06:05 (last edited on April 25, 2014 06:05)

Hi,

I created Resource string "custom.custom.Name" . How can i use it inside a transfomation? I have a transformation like this.

here i need to use this ( Name ) for different languages <%# Eval("Name") %>
Age: <%# Eval("Age") %>
status: <%# Eval("status") %>
0 votesVote for this answer Mark as a Correct answer

sarathlal s answered on April 25, 2014 06:19

Hi,

We can use this for transformation with resource strin key <%# ResHelper.GetString("custom.custom.Name")%>

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.