String Resources
An application that maintains character strings in resources can be translated
into new languages with minimum effort. Instead of searching for strings in
the source modules, a developer can simply translate the strings in the resource
file and relink the application. In addition, using string resources simplifies
creation of Unicode and non-Unicode versions of the application from the same
source files. 
The 
LoadString function loads a string resource from an application's executable file. The 
FormatMessage function loads a string resource and interprets formatting options that may
be embedded in the string. 
Windows 32-bit resources in binary form are stored in Unicode format. When
loading resources, applications can use the Unicode version of the resource
functions (
LoadStringW, for example) to obtain resources as Unicode data.
			
				- Software for developers
				
- 
				Delphi Components
 .Net Components
 Software for Android Developers
- More information resources
				
- 
				MegaDetailed.Net
 Unix Manual Pages
 Delphi Examples