silas2
New member
Im experimenting with the App_GlobalResources feature, I create the xml with my custom international settings in, in the folder, and, just as the walkthrough promised, I can access these settings as if they were strongly-typed data members thru code. But...when I embed the
into the html, it doesnt render?
The local version : meta:resourcekey does work though.
Ive had problems with "<%$...%>" before so maybe its got nothing to do with the resx side of things?
Code:
<%$ Resources:Class, ResourceID %>
The local version : meta:resourcekey does work though.
Ive had problems with "<%$...%>" before so maybe its got nothing to do with the resx side of things?