vote up 0 vote down star

I'm using the membership provider to create a new user. The membership status I return can be any value from 0 to 11, each value being a different status.

Is there a way to get a localized message from that status from the managed code? I know how to hand code it, but I wondered if it's not allready localized and ready to use from somewhere in the framework.

For example, a success is a 0. Is there an associated message that will return that as a localized string in any language supported by the framework?

Thanks.

UPDATE: I'm using ASP.Net 3.5 with MVC 1.0

flag
asp.net I assume? – Josh Nov 5 at 16:54
Yes, I'm using ASP.Net 3.5 with MVC 1.0 – Nadjib Nov 5 at 17:20

1 Answer

vote up 0 vote down check

No, you have to translate them yourself, sorry.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.