Hi all,
I am working with a custom block that has a URL Link property under it. The site I am working with is in both English and Spanish. Currently the link is editable in English but not in Spanish as there is no [CultureSpecific] attribute applied to the property. The Spanish value defaults to where the English is set to.
I am trying to make the Spanish link editable, but adding the [CultureSpecific] attribute wipes away whatever value is in the Spanish site. Is there a way to make it translatable, and have all of the links become auto translated on change? There are a lot of occurences of this link type in Spanish, and having to manually reset them all would be more overhead than a programmatic solution.
Thanks,
Calen