I have a jQuery function that changes the name in all .task-row classes. How can I change the local place of the title Title to the place of translation. From such
$('.task-row').attr('title', 'Edit'); on such
$('.task-row').attr('title', '@Shop.Resources.Properties.Literals.Edit');
@Shop.Resources.Properties.Literals.Editis ASP.NET Razor? - Igor$('.task-row').each(function(){$(this).attr('title', i18n($(this).attr('title'), locale))})- vp_arthdata-attribute of an element to help) - Vadim Prokopchuk