Exemplo n.º 1
0
 public function testScriptCode()
 {
     $locale = new CULocale("de_Latn_DE");
     $this->assertTrue($locale->scriptCode()->equals("Latn"));
     $locale = new CULocale("sr_Cyrl");
     $this->assertTrue($locale->scriptCode()->equals("Cyrl"));
 }