get_langs
Github

    public function get_langs()
    {
        return $this->_api_call(__FUNCTION__);
    }
  •  Array ( [id] => 1 [locale] => en [name] => English [charset] => utf-8 [active] => 1 [is_default] => 1 )
  •  Array ( [id] => 2 [locale] => ru [name] => Russian [charset] => utf-8 [active] => 1 [is_default] => 0 )
  •  Array ( [id] => 3 [locale] => uk [name] => Ukrainian [charset] => utf-8 [active] => 1 [is_default] => 0 )