The actions folder is created in the root, there is an index file in it, where the share page is displayed.

Here, instead of Cyrillic, you need to display

<?=GetMessage("ACTIONS_ALL_ACTIONS");?> 

But where to place this translation?

  • one
    You can already use d7 Loc :: loadMessages ( FILE ); echo Loc :: getMessage ("ACTIONS_ALL_ACTIONS"); - THE3X1LE

1 answer 1

 __IncludeLang($_SERVER["DOCUMENT_ROOT"]."ваш_путь"."/lang/".LANGUAGE_ID."/название_файла.php");