hello every body, can I know how to use %s multiple times in setting error message ?
I have tried googling and no solution found. Please help.
I want to show 2 language at the same time like this :
柱 %s 是必需的 | The %s field is required.but I get this error message
Message: sprintf() [function.sprintf]: Too few arguments
Filename: libraries/Form_validation.php
I have tried this too :
柱 %1$s 是必需的 | The %1$s field is required.but I get this error message
Message: Undefined variable: s
Filename: mandarin/form_validation_lang.php