Hi,
I am trying to use gettext with PHP.
We have to place strings to be translated inside gettext commands to use gettext.
ex: echo gettext("String to be translated");
But how can I place strings with many lines inside gettext command. Please help.
ex: echo gettext("line 1 line 1 line 1
line 2 line 2 line 2
line 3 line 3 line 3");
Thanking You,
Chamal.