Quantcast
Channel: Phalanger Wiki & Documentation Rss Feed
Viewing all articles
Browse latest Browse all 23

Updated Wiki: NetResources

$
0
0
To use .NET resources in the App_GlobalResources under Phalanger, you'll need to do the following:
  • Add a reference to the following assembly under <classLibrary>:
<add assembly="App_GlobalResources" />
  • After adding the assembly, you'll be able to access resources in a similar way as you do so under ASP.NET, modified slightly to be PHP-compatible.

For example, if there was a file called "strings.resx", you'll access the ResourceManager with:
Resources\strings::$ResourceManager

And a resource named "NAMESUFIX" with:
Resources\strings::$NAMESUFIX

You may want to look at a CodePlex project looking to improve the layout of resx files to be more user-readable and robust
ImprovedResX

Viewing all articles
Browse latest Browse all 23

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>