Reading multiple values from resource.resx

M

Mike

Hello,

I have done multilanguage support to my ASP.NET Application
using Resource.resx files which are located in App_GlobalResources
directory.

Is it possible in aspx file to concat etc. two diffetent values read from
resx file or format them like String.Format can do with Strings?

I mean something like this in aspx page

Sentence like
Variable.Text = "<%$ Resources:WebResources, LogoUrl %>"
or
meta:resourcekey="LogoUrl"

could be in syntax like following etc:

Variable.Text = "<%$ Resources:WebResources, Protocol %>" + "://" +
"<%$ Resources:WebResources, LogoUrl %>"


Cheers,

Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,276
Latest member
Sawatmakal

Latest Threads

Top