Ticket #567 (closed defect: invalid)
TTranslate Control ignores property Catalogue
| Reported by: | rojaro | Owned by: | xue |
|---|---|---|---|
| Priority: | urgent | Milestone: | 3.0.7 |
| Component: | Prado Framework v3 | Version: | 3.0 |
| Severity: | major | Keywords: | ttranslate catalogue |
| Cc: |
Description
In "application.xml" i've config the default Catalogue this way: Code:
<translation catalogue="default".... />
In test1.page i try to redefine to "menu", but translation point to "default": Code:
<com:TTranslate Catalogue="menu"...
In test2.page: i define default catalogue for the wohle page to user and try to redefine Control to "menu", then translation point to "user": Code:
<%@ Application.Globalization.TranslationCatalogue="user" %> <com:TTranslate Catalogue="menu"...
Change History
Note: See
TracTickets for help on using
tickets.
