Changeset 22059 for branches/version-2_12-multilang/data/class/SC_I18n.php
- Timestamp:
- 2012/10/29 17:30:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/class/SC_I18n.php
r22045 r22059 26 26 /** 27 27 * Store the instance of SC_Helper_Locale_Ex. 28 * @var object28 * @var SC_Helper_Locale 29 29 */ 30 30 static $_instance = NULL; … … 53 53 // Get a string of specified language which corresponds to the message alias. 54 54 $translated = $helper->get_locale($string, $options['lang_code'], $options['device_type_id']); 55 55 56 56 // If parameters are set, translate a message. 57 57 if (empty($tokens)) {
Note: See TracChangeset
for help on using the changeset viewer.
