[Remind-Fans] How to localize messages at run time

Dianne Skoll dianne at skoll.ca
Thu Sep 28 08:52:12 EDT 2023


Hi,

> But I don't want to provide a package for each supported language so
> intend to provide it only in English.

Remind doesn't have GNU "gettext" localization or similar, so unfortunately
error messages, etc. cannot be localized at run-time.

However, you can localize the day and month names, etc. at run-time by placing
the following at the top of your .reminders file:

    INCLUDE [$SysInclude]/lang/auto.rem

This is something each Remind user would have to do and it's documented
in the man page in the LANGUAGE PACKS section.

You can see how it works by looking at the contents of the lang/auto.rem
file.

Regards,

Dianne.


More information about the Remind-fans mailing list