Created
March 7, 2013 05:19
-
-
Save Kolesias123/5105716 to your computer and use it in GitHub Desktop.
Traducción con cadenas inteligentes. BeatRock 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
require 'Init.php'; | |
$words = __('Esta palabra tiene muchas palabras'); | |
echo $words->translate('es', 'en'); // This word has many words | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment