language not taking the menu values

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

language not taking the menu values

Post by Cat »

hello everyone

The language in version 2024.15 is not taking the menu values

any ideas


sangnandar
User
Posts: 1031

Post by sangnandar »

What do you mean by "not taking the menu values" ?


Cat
User
Posts: 98

Post by Cat »

What I'm trying to say is that I try to change the text of the fields in the editor menu when generating the scripts, but there is no effect with the text.
I added a fas fa icon and it looks perfect, but the text doesn't change, and I've tried it via multilanguage and it doesn't work.


arbei
User
Posts: 9787

Post by arbei »

Assume v2024, note that menu text are generated in the <project_name>.<language_id>.xml under the "lang" subfolder, make sure you have selected the file to generate and upload again.


sangnandar
User
Posts: 1031

Post by sangnandar »

  • check <project_name>.<language_id>.xml under the "lang" subfolder.
  • find and check ew.vars.menu in browser -> View page source.
  • ew.vars.menu is client-side variable. Anything client-side usually get cached by browser, so try to open in incognito.

Cat
User
Posts: 98

Post by Cat »

Thank you

Solved with the instructions


Post Reply