The following topics describe how ASP, XML, and XSL work together to display a localized phrase in German, Japanese, or English. Localized text is also displayed as mouseover text and ToolTip text.
Using the showTitle Function describes how this function, which is assigned to the onmouseover event of the German and Japanese buttons, translates the mouseover text.
Clicking a Language Button describes the process that begins when the user clicks German, Japanese, or English.
Using the getXML Subroutine describes how the server-side Decode function is called and how the *lingo.xml file is merged with the arena.xml file to create a *result.xml file.
Using result.xsl describes the transformation that occurs when code builds each language-specific *result.xml file (en_result.xml, de_result.xml, and ja_result.xml).