setPhrase can not read my button

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
playstorm
User
Posts: 27

setPhrase can not read my button

Post by playstorm »

Because I must customize button in each page for change button name to my language(non english language)
i cannot read my button in my language it's show alien language

this is my sample setting in page load event
$GLOBALS["Language"]->setPhrase("AddLink","NonEnglish Language");

How can I fix this?

Thanks a lot.


Webmaster
User
Posts: 9430

Post by Webmaster »

Be reminded that if what you set is in utf-8, make sure you have enabled Tools -> Advanced Settings -> UTF-8 Output files.


playstorm
User
Posts: 27

Post by playstorm »

Thanks a lot it's work now because after update utf-8 output was not tick .


Post Reply