$default_lang
$default_lang : string
Translation Class
Creates the object which represents your translation database.
strStruct( $array, $sep = '.', $ns = '', $opts = array())
Generate a translation table from an associative array.
In this version, we support a complex nested structure, were the first level key is the prefix (minus separator) and the definitions nest from there. The default separator between prefix and name is a period. You can also specify an optional top-level prefix or namespace which the rest of the prefixes must exist within. No separator will be put between the namespace and the inner prefix, so specify it in its entirety with closing colon (e.g. "mysection:")
| $array | ||
| $sep | ||
| $ns | ||
| $opts |