turquoiseowl / i18n

Smart internationalization for ASP.NET
Other
556 stars 155 forks source link

How to turn Url localization for data html tag #390

Open tomasr78 opened 5 years ago

tomasr78 commented 5 years ago

Currently, only Url in hrefand scrhtml tag are localized but how to enable other html tags? I want to localize url in datatag like this

<body data-auth-status-path="@Url.Action("Data", "User")">