ASP.NET: Resource strings

Posted by JamesBrownIsDead on Stack Overflow See other posts from Stack Overflow or by JamesBrownIsDead
Published on 2010-04-15T18:46:17Z Indexed on 2010/04/15 18:53 UTC
Read the original article Hit count: 235

I have an .ascx file. This file has an associated .ascx.resx in multiple languages. I want to get a resource string for a specific CultureInfo. Ordinarily I'd use this.GetLocalResourceObject in the codebehind, but I don't want a local resource string, I want one for a specific language.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about resources