Changes between Version 5 and Version 6 of TranslationGuide
- Timestamp:
- 05/26/07 18:56:55 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TranslationGuide
v5 v6 63 63 64 64 === Testing a Translation ''on the fly'' === 65 66 Being able to test translations in the GUI while they are being worked on is something many have requested. The translation file are parsed into [http://msdn2.microsoft.com/en-us/library/aa380599.aspx .RC script] files which are compiled into DLLs. This means that in order to test a translation you need to be able to generate that final DLL which Halite can use. I have tried to put together a small package to automate this whole process for non-developers. 67 68 69