%@ Title="Internationlization in PRADO"
Page.Application.Globalization.TranslationCatalogue="index" %>
This demo shows the basic components available in PRADO for the process of Internationalizing and Localizing web applications. This page utilize multiple locale (or culture) aware templates to show the appropriate localized page. To view a different localized version, please change your language settings in your browser.
Your current culture is <%= $this->Page->CurrentCulture %>.
Internationlization in PRADO
In addition to culture aware template. Text can be localized using many different translation sources. PRADO provides gettext, XML, SQLite, and MySQL container for storing message translations. The example in the following link demonstrates how text can be localized using the TTranslate component.
Developing and maintaining multi-language sites is a common problem for web developers.
The following features are supported by PRADO: