|
英語用にインストールしたaspellのディレクトリをのぞくと、英語と米語とカナダ語
(というのか)の辞書があるようですが、これを区別することはできないでしょうか。
aspellのサイトにある
Writing programs to use Aspell
http://aspell.net/0.50-doc/man-html/6_Writing.html
を眺めると、アプリケーションで最初に AspellConfig クラスを作成した後は、
The most important one is the language variable. To do so use the command:
aspell_config_replace(spell_config, "lang", "en_US");
which will set the default language to use to American English.
というのが目につきました。米語を使うにはこうしろということなので、おそらくそ
ういう指定が可能なんだろうと思います。区別できるようになればうれしいです。
|
|