How would i go about getting the value of a field in another language in Sitecore 6? To get the value of a field in the standard language i use the following page.Fields["Title"].ToString().
How to accomblish this, if i want the value of the same field for English (en) for instance?
You can’t get the value of the field for a different language without first getting the entire item in that language. In your case,
pageis in language ‘x’ and theTitlefield is in language ‘x’. If you want theTitlefield in language ‘y’ you will need to getpagein language ‘y’.