1

I have a multilingual site in EpiServer 7.

I have a block.

This block has some culture specific properties.

The block is only on-page editable in the language that it was created on.

Why aren't the borders showing up in the other languages and how to enable them?

Philip Pittle
  • 11,821
  • 8
  • 59
  • 123
PussInBoots
  • 11,028
  • 9
  • 52
  • 84

1 Answers1

1

Are you using a ContentArea or a local block (i.e. a strongly typed property of the block type)?

Either way it should work if you use the [CultureSpecific(true)] attribute on the Content Area or block property.

Andreas
  • 1,355
  • 9
  • 15