public function testLanguage()
 {
     $this->assertRegExp('/^[a-z]{2}$/', Miscellaneous::languageCode());
 }