Multi-lingual static content in ASP.NET

Posted by ciscoheat on Stack Overflow See other posts from Stack Overflow or by ciscoheat
Published on 2010-03-27T18:55:58Z Indexed on 2010/03/27 19:03 UTC
Read the original article Hit count: 127

Filed under:
|

Is there a simple way of making the static content of an .aspx page multi-lingual? Resource files are nice for controls but it's quite hard and annoying to write big chunks of html in them. Any easier ways?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about multilanguage