Hi,
I have browsed lift's MegaProtoUser and encountered this construction: ??("Last Name")
. Can anyone explain, what that means?
Thanks for answering
views:
119answers:
1
+2
A:
It's defined on object S
:
def ??(str : String)
Get a core lift localized string or return the original string [details]
Daniel
2010-04-18 01:31:41