diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-2B7F7484-3A44-4A96-9B5D-79DF8A09115A.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-2B7F7484-3A44-4A96-9B5D-79DF8A09115A.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,63 @@ + + + + + +How resource +files work +

In the Symbian platform, resource files +are used to define UI components used in applications. See Managing +resource files for information on defining the data structure.

+

The following resource files are typically used as source files in Symbian +applications:

+ +

The structures and symbolic IDs of the files are used in various ways +in your code.

+

The resource files above are then compiled to yield the following files:

+ + +

The rsc, rNN, +and _reg.rsc files need to be included in your .sis installation +file so that they are placed in the device when the application is installed.

+ +

When the application framework launches an application, it loads the +application resource file. The application framework compares the system locale +language setting with the available resource files, and loads the resource +file whose extension matches the locale language code. If there is no match, +then the system loads the resource file with the .rsc.

+
\ No newline at end of file