Interface ID3_Language

Description

The Language interface implies that the ID3v2 frame supports its content to be given in multiple languages.

The three byte language code is used to describe the language of the frame's content, according to ISO-639-2. The language should be represented in lower case. If the language is not known the string "xxx" should be used.

Located in /ID3/Language.php (line 54)


	
			
Method Summary
string getLanguage ()
void setLanguage (string $language)
Methods
getLanguage (line 61)

Returns the text language code.

  • access: public
string getLanguage ()
setLanguage (line 68)

Sets the text language code.

  • access: public
void setLanguage (string $language)
  • string $language: The text language code.

Documentation generated on Fri, 05 Sep 2008 20:18:58 +0300 by phpDocumentor 1.4.1