Skip to content
⌘ NSIS Forum Archive

nlf file

5 posts

moonshine#

nlf file

I want to localize my project and i am trying to create nlf file like nsis do.Is there any tool that read the resource file and build a template nlf file for us?
moonshine#
You misunderstood me.I am searching for a parser which read visual c++ .rc file and extract all the resources
id and caption to a text file.
Afrow UK#
You could write an NSIS installer to do it...
There are quite a lot of text file manipulation functions on the archive: http://nsis.sourceforge.net/archive/...b.php?page=311

-Stu