Ticket #567 (closed defect: invalid)

Opened 19 months ago

Last modified 19 months ago

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

Changed 19 months ago by xue

  • milestone set to 3.0.7

Changed 19 months ago by wei

  • status changed from new to closed
  • resolution set to invalid
Note: See TracTickets for help on using tickets.