VBA GetText
VBA GetText provides basic I18N and L10N for Excel VBA projects.
VBA GetText consists of several Visual Basic for Application modules and classes to enable internationalization (I18N) and localization (L10N) for VBA projects.
It uses the GNU gettext-compatible PO file format for string translations; therefore, translators will be able to use standard PO file translation tools (e.g., Poedit) to translate strings.
The VBA components are being written and maintained for the xltoolbox project.