Page MenuHomec4science

language.php
No OneTemporary

File Metadata

Created
Fri, Jul 4, 03:49

language.php

<?php
const FRENCH = 0;
const ENGLISH = 1;
const GERMAN = 2;

Event Timeline