Posts tagged 'localization'

Resources made easy in .NET 2.0

Accessing a resource file in .NET 2.0 is very easy without the need for a ResourceManager. Resources .<ResourceFileName>.<Property> So, if the resource file was named Resource.resx and you are trying to access a string property named Title, then: Resources .Resource.Title Pretty cool, huh...

Continue reading "Resources made easy in .NET 2.0"