plxMsg::Error, utilisation langue

Ludo_17Ludo_17 Member
novembre 2011 modifié dans Entraide
Bonjour,

une variable du fichier langue d'un plugin peut-elle renseigner le message affiché par plxMsg::Error() ?

j'ai essayé par exemple :
plxMsg::Error($plxPlugin->lang('L_ADMIN_FILE_ALREADY_EXIST'));
sans succès (un echo dans un echo... marche pô )

il y a peut-être une astuce ?
cordialement,
Ludo

ps: j'oublie de préciser que le tout se trouve dans la page d'admin d'un plugin en cours.

Réponses

  • StéphaneStéphane Member, Former PluXml Project Manager
    Bonjour
    plxMsg::Error($plxPlugin->getLang('L_ADMIN_FILE_ALREADY_EXIST'));
    

    Consultant PluXml

    Ancien responsable du projet (2010 à 2018)

  • Stéphane a écrit:
    Bonjour
    plxMsg::Error($plxPlugin->getLang('L_ADMIN_FILE_ALREADY_EXIST'));
    
    merci Stephane ;)
Connectez-vous ou Inscrivez-vous pour répondre.