The original template string 'Sorry, %1, I cannot perform %2!' has been replaced by a reference to a pool variable called
MyAppWarningTemplate1. This method is now language-independent and can be localized simply by modifying the value to which the pool variable
MyAppWarningTemplate1 is bound. Pool variables are most easily rebound using the features provided by
NlsMessageCatalog.
The MyAppWarningTemplate1 pool variable must be reflected in the code that declares and initializes the pool dictionaries used by the application. It is the responsibility of each application to declare pool dictionaries and variables, initialize the values of pool variables (typically using an
NlsMessageCatalog), and remove the pools when the application is unloaded.