Hi,
When building dynamic UI elements, i.e. elements that can change due to config, is there any way to generate Xlates on the fly? That is instead of pulling the entry from the properties file, it pulls the appropriate translation from the database? I know the metadata ML tables exist for doing that with object names, but I'm thinking more of the various menus, for instance if you added a new menu item, or a new menu. Right now, for instance, the menu building subsystems update $WebLL.WebUtils.fMenu with the menu ID and the xlate string, and then on the individual server in the cluster, it substitutes in what you have in the properties file for that menu. I'm looking at a way of being able to dynamically allocate menus (not just add menu items to the Enterprise menu) but the stumbling block is how to manage translations. I'm working for the Canadian government so being bilingual is critical. I'm wondering if any other developers have tried to tackle this.
-Hugh Ferguson