Hi all, Has anyone looked into speeding up i18n calls by generating the string hash at compile time rather than at runtime. Presumably it could be done by a little bit of template magic in the i18n call. It would be interesting to investigate its effect on compile times and application load times. John