Localization Supported?
Closed this issue · 2 comments
andrewjknox commented
Does the library support localization in ASP.NET Core? Labels for example don't seem to pull through data annotations but falling back to Html.LabelFor will pull the localized value in from a resource file.
Using a custom label builder where I'm able to do this, just checking I hadn't missed something!
jbogard commented
Nope, but I take pull requests :)
…On Fri, Feb 23, 2018 at 4:48 AM, Andrew Knox ***@***.***> wrote:
Does the library support localization in ASP.NET Core? Labels for example
don't seem to pull through data annotations but falling back to
Html.LabelFor will pull the localized value in from a resource file.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#91>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGYMr1YdG_NaArlwv5afNLwPMswbCgYks5tXpd9gaJpZM4SQs9O>
.
jbogard commented
I'm planning to add data annotations support in the next release.