sylly's language support is modular by design, meaning you can load
an extension package for each language you want to work with in a given session.
These language support packages are named sylly.**
, where **
is replaced by a valid language identifier (like en
for English or de
for German). See set.hyph.support
for more details.
This function downloads the package list from (also) the official localization repository
for sylly and lists all currently available language packages that you could install
and load. Apart from than it does not download or install anything.
You can install the packages by either calling the convenient wrapper function
install.sylly.lang
, or
install.packages
(see examples).