jquery-steps
jquery-steps copied to clipboard
Is there a way to translate button?
I'm a newbie in jquery and it's the first time I use a library with no translation. Is is possible to translate the button (previous, next, finished) to have it in french and in english?
Thanks
Hello, Here an example:
var config = { ..... labels: { cancel: "Abbrechen", current: "Jetziger Schritt:", pagination: "Pagination", finish: "Fertigstellen", next: "Nächste", previous: "Vorherige", loading: "Am Laden ..." } }
var wizard = $("#wizard").steps(config);
I would recommend you, not using this plugin. It is not good at all.
OpenSourceSucks you recommend not using this plugin... what plugin you recommend? please I need to use a wizard like jquery steps.