# Website languages

ezPAARSE is available in french and in english.

The vue-i18n (opens new window) Vue.js plugin was chosen because it integrates well with Vue.js (opens new window), used to generate the HTML pages of ezPAARSE.

The language files are located in the "client/locales" folder in the form of json files. Those filenames follow the pattern: country_code.json (eg: fr.json (opens new window) or en.json)

The language files contain series of keys. Each key is followed by a translation in the target language.

The context matches the name of the HTML page in which the label appears.