Listed under future enhancements is
The text strings used in this page should be configurable, and should be i18n awareI wanted to i18n the strings, created LangStrings for all UI strings, placed the LangString lines at the end of the nsh, but they don't get read in. The only way I could get this to work is to put the LangString lines at the end of my main nsi file. What's the proper way to i18n a file that is meant to be included (and have that nsh file be all that's needed)?