Hi,
I have a copied language-layer area:
var Newarea = MainArea.Copy(Dynamicweb.Content.Area.CopyMode.StructureAndContent, true, true, true, true, true );
How would i be able to set the item value for the given website? The website has an Item with two fields:
1) Text-field named "Identifier"
2) Link field named "Link"
Thanks in advance