Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 217 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 217 Bytes

Iso639-2

A class helping with the manipulation of iso 639-2

Usage :

<?php
    
  \Iso639\Codes::getFrenchName("fre"); // "français"
  \Iso639\Codes::getEnglishName("fre"); // "French"