Localizing an application involves converting user interface elements etc to function under a specific locale. Traditional methods for localization rely on recompiling the application or a support DLL for each target locale.
We present a technique that works without ever having to recompile anything. The technique supports Unicode - meaning you can localize to French, Tamil, Tagalog, Japanese... . Building a new localization requires language skills only - meaning you do not have to dedicate programmer resources for the job.