Content deleted Content added
m WikiCleaner 0.98 - Repairing link to disambiguation page - You can help! |
|||
Line 18:
== Benefits of using resource bundles ==
Extracting locale-sensitive objects such as strings from the code (as opposed to [[hard-coding]] them) means that the application can handle multiple locales without having to write different code for each locale. It also means that translators can deal with just the translatable text and not the programming code. Therefore, using resource bundles improves the [[internationalisation]] and the [[Internationalization and localization|localisation]] process of a software product.
== Translating a resource bundle ==
|