Tag: Application
-
Internationalizing your application in Delphi
If you want your Delphi application to be ready to handle multiple locations, then you need to internationalize it. There are three common aspects that must be addressed: * Features * Unit conversions * Dynamic messages We will cover the three with an example very simply. Consider the following code cut out for the locality ...