Closed IlyaEremin closed 9 years ago
Is it possible? And more: is it possible to set not string id, but string itself (I have string with %1$s, so just string id does not fit for me)
Unfortunately, it's not possible. You wouldn't be able to use localised strings. There is a workaround, but not very convenient - you can use CustomValidator and override method getMessage
Is it possible? And more: is it possible to set not string id, but string itself (I have string with %1$s, so just string id does not fit for me)