|
Yes, We have it working that way, the problem is that it’s
long. It’s for website translation. So lets say we have a string. <h1>Welcome to Earth</h1> We want this as <h1>#tr("Welcome to Earth")#</h1> Rather than <h1>#application.trans.tr("Welcome to
Earth")#</h1> It’s especially important when joining
phrases. Ie <p>The quick brown fox, jumps over the lazy
dog</p> Could be <p>#tr("The quick brown fox")#, #tr("over
the lazy dog")#</p> Rather than <p>#application.trans.tr("The quick brown
fox")#, #application.trans.tr("over the lazy dog")#</p> Regards From:
You could take the next
step with this by turning UDF into a component and putting it in application
scope. Define it once then access it everywhere. On 6/27/06, Matthew
<[EMAIL PROTECTED]>
wrote:
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie -~----------~----~----~----~------~----~------~--~--- |
- [cfaussie] Includes Dale Fraser
- [cfaussie] Re: Includes Chris Velevitch
- [cfaussie] Re: Includes Dale Fraser
- [cfaussie] Re: Includes Chris Velevitch
- [cfaussie] Re: Includes Dale Fraser
- [cfaussie] Re: Includes Andrew Scott
- [cfaussie] Re: Includes Matthew
- [cfaussie] Re: Includes Blair McKenzie
- [cfaussie] Re: Includes Dale Fraser
- [cfaussie] Re: Includes Dale Fraser
- [cfaussie] Re: Includes Kym Kovan
- [cfaussie] Re: Includes Patrick Branley
- [cfaussie] Includes Dale Fraser
- [cfaussie] Re: Includes Joel Cass
- [cfaussie] Re: Includes Dale Fraser
- [cfaussie] Re: Includes Chris Velevitch
- [cfaussie] Re: Includes Chris Velevitch
- [cfaussie] Re: Includes Dale Fraser
- [cfaussie] Re: Includes Steve Onnis
