dpleylxzx47207117 2014-12-15 13:36
浏览 17

modx:在MIGX中更改标签文本语言

I am new to modx. I am using MIGX to create some CMP. I gave the menu tab name as migx.hello and in core->compontents->migx->lexicon->en->default.inc.php I added a label

$_lang['migx.hello'] = 'Hello World';  

But the when I load the page page, its showing migx.hello and not showing the value. Can someone help me in this.

  • 写回答

1条回答 默认 最新

  • dongtang6681 2014-12-15 19:42
    关注
    1. Always clear cache after after changes in lexicon.
    2. Never change the lexicon in files, use "Lexicon Management" instead.
    评论

报告相同问题?