Hello,
I'm coding a site in php, and i want to add another language/
I used poedit to do po file
I used the _e() func, e.g _e('hello world')
but when i tried to run the site in the localhost, i get an error.
but when i changed the func, i used th _() Func, it's work fine.
What's the problem ?
Thank you
Tito