| |
| | Internationalization Using String Resource References |
 | | It is error-prone, as both literal strings and resource keys have the same type, making their use as method parameters confusing. |
 | | One framework component, for example, may construct and throw an exception using an error string, and an application may display that string in a label or in a dialog, all oblivious to whether the string is a literal value or a resource reference. |
 | | String resolution can be relegated to a single point within a framework, allowing the application at large to use strings opaquely without regard to whether they contain string literals or resource references. |
| www.developer.com /tech/article.php/3623781 (2181 words) |
|