Here is my issue i would like to be able to get the item or media nodename by default if ever the alternative alt or title tag is empty depending on the culture.
But if left empty here i get an empty alt tag instead. Below is my cshtml file.
foreach(var item in slides){ if(item.getProperty("test").Value.ToString() != String.Empty){ XElement xmlParser = XElement.Parse(item.getProperty("test").Value.ToString()); IEnumerable query = from array in xmlParser.Elements("value") select array; string cultureName = System.Threading.Thread.CurrentThread.CurrentCulture.Name;
Datatype value with multilingual website
Hi folks,
Has anyone used Dictionary DataType with v4.9.1 ?
Here is my issue i would like to be able to get the item or media nodename by default if ever the alternative alt or title tag is empty depending on the culture.
But if left empty here i get an empty alt tag instead. Below is my cshtml file.
Any help on this please ?
Ah my mistake, got it working here
is working on a reply...