I created a page in swedish, switched to english when EPiServer says the page does not exist in english and gives me the option to translate it.
Once I also have the page in english, all properties are read-only and can only be edited from the default language.
How can I make the properties editable in both languages?
You need to specify that the properties are unique per language by decorating your properties with the CultureSpecific attribute.
Frederik
Thanks Frederik.
I created a page in swedish, switched to english when EPiServer says the page does not exist in english and gives me the option to translate it.
Once I also have the page in english, all properties are read-only and can only be edited from the default language.
How can I make the properties editable in both languages?