is it possible to resolve macro in transformation
The problem i have is that some field in database are dupplicated text in different language.
Look at the thing i want to do
<td><%# Eval(MyFunctions.ResolveMacro("{$=Title|fr-ca=Title_fr$}"))%></td>
I use MyFunctions because ResolveMacros doesnt seem to be recognized
The error i got is [CMSAbstractTransformation.DataBind]: Object reference not set to an instance of an object.
ResolveMacros return a string ?
Is this macro can be resolved ?
Maybe it is a syntax error...
Please help
Thanks