0

I just found that great jQuery Validation Engine tool.

I understand that i must edit the languages file so i can add the Greek language support to it. What i do not understand is how this engine will fetch the jquery.validationEngine-gr.js that i am willing to create for the Greek Language. Is it hard-coded somewhere or what?

Thanks and regards!

1 Answer 1

1

According to the documentation,

First include jQuery on your page

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js" type="text/javascript"></script>

Include jquery.validationEngine and its locale

<script src="js/jquery.validationEngine-en.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery.validationEngine.js" type="text/javascript" charset="utf-8"></script>

Finally include the desired theme

<link rel="stylesheet" href="css/validationEngine.jquery.css" type="text/css"/>

You can change the inclusion of jquery.validationEngine-en.js to refer to your own translation.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.