How to Localize ASP.NET Memebership Provider in WPF Application
We are using ASP.NET Memberhip for the User Management module in our WPF based application. It seems to be working fine. But now we want to localize our WPF application and do not know how to do this with respect to the data stored as part of the membership provider. Is localization supported by the membership provider? So any input in this will be very helpful.
Regards, Smitha
+2
a source to share
1 answer
It depends on what data is stored by the provider that needs to be localized and how you tie it to the UI.
For predefined values, you can use resources and then pull the required string from the resource.
For user generated files (like usernames, etc.), I don't think you want to localize this.
0
a source to share