Can anyone confirm what the behavior of the model.Value("propAlias", culture:"en-US") helper is meant to be when a culture is supplied, but the property in question isn't language specific?
From what I'm finding, by passing a culture, it fails to return a value, where as I would expect it to always return the same value, as technically, the value is the same for all cultures, or, provide a fallback option that checks for a non language variant.
Is there a bug in the Umbraco 8 Value helper?
Can anyone confirm what the behavior of the
model.Value("propAlias", culture:"en-US")
helper is meant to be when a culture is supplied, but the property in question isn't language specific?From what I'm finding, by passing a culture, it fails to return a value, where as I would expect it to always return the same value, as technically, the value is the same for all cultures, or, provide a fallback option that checks for a non language variant.
I've raised an issue https://github.com/umbraco/Umbraco-CMS/issues/6474
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.