Language frame should contain the languages of the text or lyrics * spoken or sung in the audio. The language is represented with three * characters according to {@link http://www.loc.gov/standards/iso639-2/ * ISO-639-2}. If more than one language is used in the text their language * codes should follow according to the amount of their usage, e.g. * "eng" $00 "sve" $00. * * @package php-reader * @subpackage ID3 * @author Sven Vollbehr * @copyright Copyright (c) 2008 The PHP Reader Project Workgroup * @license http://code.google.com/p/php-reader/wiki/License New BSD License * @version $Rev: 65 $ */ final class ID3_Frame_TLAN extends ID3_Frame_AbstractText {}