Skip to content

Instantly share code, notes, and snippets.

@hlassiege
hlassiege / phpheadercharset.php
Created May 3, 2018 09:31
phpheadercharset.php
<? header('Content-Type: text/html; charset=utf-8'); ?>
@hlassiege
hlassiege / readtranslation.php
Created May 3, 2018 09:32
readtranslation.php
echo $myTransations[‘string1’];
@hlassiege
hlassiege / requireonce.php
Created May 3, 2018 09:32
requireonce.php
require_once 'langs/'.$lang.'.php';
@hlassiege
hlassiege / xmlcharset.xml
Created May 3, 2018 09:32
xmlcharset.xml
<?xml version="1.0" encoding="UTF-8"?>
@hlassiege
hlassiege / i18nformat.csv
Created May 3, 2018 09:42
i18nformat.csv
Langage Format Mécanisme de fallback Utilisation des codes ISO
Java ResourceBundle Oui Oui
.Net Fichiers Resx Oui Oui
PHP (*) ICU depuis la 5.3.0 ou Tableau ou PO (**) Oui pour ICU et PO - Non pour les tableaux Oui pour ICU et PO - Non pour les tableaux
Python PO (**) Oui Oui
C++ PO (**) Oui Oui