This class implements the SDK tool bin/copylocale.
This tool is used to create the necessary files for developing in a new locale for which the framework has not been localized. For example, if you try to compile an application for the fr_FR (French) locale, you will get compilation errors because the SDK has neither .properties files nor resource bundle SWCs for this locale. But if you execute
copylocale en_US fr_FR
you will then have what you need for the fr_FR locale; the resources for this locale will simply be copies of those for the en_US locale.
@author Gordon Smith