Suppose I'm preparing LaTeX package to give the abstraction of admonition boxes (warning, error, tip, note, fyi, ...).
I'd like to have theses strings internationalized. I wouldn't appreciate the following solutions:
- "generic" box, let the user give the title and icon.
- add an option to your sty file so that the user can configure the language
- make many sty files suffixed by the language code
The "babel" package is capable of defining some i18n strings (Table of Contents, Table des matières, ...).
Is it possible to integrate the strings used in my package with a i18n system?
Sorry but searching for latex, i18n, babel, interface, integration or whatever don't give me useful results (most people have doubts on how to get babel to work in their documents).
Thanks in advance.