If language is not specified, the path will point to all languages.
Parameters [basePath] Basis for building language path
[language] Language name
Returns Path to a language, or all languages
getLocale( ) : array
Gets an array of the language locales, for example en-GB, en, english.
Returns Array of the different language locales
getMetaData( lang : string ) : array
Returns an associative array containing the metadata about the specified language.
Parameters lang Language to get metadata for
Returns Associative array of metadata; returns null on failure
getName( ) : string
Gets the name of the language.
Returns Language Name
getOrphans( ) : array
Gets the orphan strings. This is an array of strings that could not be translated. This
information is only collated if the language object is in debug mode.
Returns Array of orphan (not translated) strings
getPaths( extension : string=null ) : array
Gets an array of loaded language file paths. If extension is defined, only information
about language files that are specific to that extension will be returned.
Pages:
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573