Skip to content

Instantly share code, notes, and snippets.

@hlassiege
Created May 3, 2018 09:29
Show Gist options
  • Save hlassiege/b955bdbd3cb0842390e168f5db93478d to your computer and use it in GitHub Desktop.
Save hlassiege/b955bdbd3cb0842390e168f5db93478d to your computer and use it in GitHub Desktop.
getstring.php
$rb = new ResourceBundle('root', "./locale");
echo resourcebundle_get($rb, 'string1');
ou
echo $r->get('string1');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment