Using the Localized Resource Builder
Last week I had to use the localized resource builder for localizing an application for one of my clients. After searching a while I did find an article about the topic , and although it didn't meet my needs, it did point me in the right direction. Localize with the Data Page Builder Here's the scenario - I have a custom HTML page that has descriptive text to be localized. This is easily accomplished by adding a second data page builder (the first is for the data on the page) that points to the variable created by the localized resource builder. Here's the HTML I used for page1: <html> <head><title>Default Test Page</title></head> <body> <div name="contact"> <span name="name_label"/> <span name="name"></span> <br> <span name="phone_label"/> <span name="phone"></span>...