in reply to Are Message Catalogs Worth It?
In the web world the most common way to separate interface from logic is via a model-view-controller architecture (MVC). You didn't give us enough information to guess whether that would be directly applicable to your app, but anything you can do to make your code interface-agnostic will help you when it comes time to make cosmetic changes, i18n changes included.
-sam
|
|---|