Reputation: 1491
Previously I had my website in English language. Now there are request to create website in 2 other languages German and French.
I created items in necessary languages. I want to translate labels like first name, last name etc that go through the whole application, so i used dictionary with "Key -> FirstName"
and "Phrase First Name"
. Created dictionary items in English,French and German.
In code I made below changes
<h4><% Sitecore.Globalization.Translate.Text("FirstName");%></h4>
But I'm unable to see First Name render on the page. Is there any other settings I need to make. Please advice.
Upvotes: 0
Views: 970
Reputation: 2047
Based on your comments you may find the answer you are looking for in this question
It does outline you may need to contact support if the solution doesn't work for you, but it may be resolved in a version later than Sitecore 6
Upvotes: 1