Skip to content

translate confirm modal button #96

@mdeglas

Description

@mdeglas

Hi, I'm trying to use confirm modal. All works well but I block on how to translate the buttons text.

I have set the option label to "Yes" and in the modal I would like to replace in the 2 buttons the text "No" and "Yes" by "Non" and "Oui".

How can I do that ?

var options = {
          label: 'Yes',
          message: "Ma question ?",
          title: "Mon titre",
          size: eModal.size.md
        };

        eModal.confirm(options)
          .then(confirmCallback);

thanks for your help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions