diff -r 5072524fcc79 -r 80ef3a206772 Symbian3/PDK/Source/GUID-94C64AC2-5680-4DED-8CCB-55CD5C25F1E5.dita --- a/Symbian3/PDK/Source/GUID-94C64AC2-5680-4DED-8CCB-55CD5C25F1E5.dita Fri Jul 02 12:51:36 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-94C64AC2-5680-4DED-8CCB-55CD5C25F1E5.dita Fri Jul 16 17:23:46 2010 +0100 @@ -1,33 +1,31 @@ - - - - - -Resource -string handling -

The Symbian platform provides support for loading and formatting resource -strings through the StringLoader class. -To use this class, you must define your strings in the resource file with -the RESOURCE TBUF statement.

-

The syntax for the resource string declaration is as follows:

-RESOURCE TBUF r_name34 { buf = STRING_value_in_rls_file; } -

where

- -

For more information, see TBUF.

+ + + + + +Resource string handling +

The Symbian platform provides support for loading and formatting +resource strings through the StringLoader class. To use this class, you must define your strings +in the resource file with the RESOURCE TBUF statement.

+

The syntax for the resource string declaration is as follows:

+RESOURCE TBUF r_name34 { buf = STRING_value_in_rls_file; } +

where

+
    +
  • RESOURCE is the keyword for +the statement.

  • +
  • TBUF is a utility structure +to contain the string.

  • +
  • r_name34 is the symbolic ID +used in your code.

  • +
  • STRING_value_in_rls_file maps +to a value in an rls file to support localization and +internationalization.

  • +
+

For more information, see TBUF.

\ No newline at end of file