Monthly Archives: October 2008

Using tokens in resource bundles

A quick sample on how to pass in token values to a resource bundle string. When you need to replace a token value in your bundle, you will want to use the resourceManager or ResourceManager and pass in the value … Continued