Archive: Problems multilanguage in UltraModernUI


Problems multilanguage in UltraModernUI
Hi all:

I installed NSIS 2.30 and Ultra Modern UI.
I made some multi language installers in the past without problems, but now i am having problems with multi language installation.
The compiler says:
"!include: could not find: "C:\Archivos de programa\NSIS\Contrib\Modern UI\Language files\English.nsh"
"
and the same message with the other languages.

It is curious that it goes to find files to "Modern UI" directory and not to "UltraModernUI", so the error is logical because there are not this files. I decided to copy language files to this directory but now it says that there are strings redefined.

I try to compile the sample file that comes with Ultra Modern UI in "C:\Archivos de programa\NSIS\Examples\UltraModernUI\MultiLanguage.nsi" with the same result.
In both cases if i use "Modern UI" it compiles perfectly.

Any idea?


thanks in advance and excuse me for my poor english.


Hi,

Ultramodernui seems to use language files from:
%PROGRAMFILES%\NSIS\Contrib\Modern UI\Language files\
But on 2.30, this folder does not exist anymore.

Try to recover this folder from version 2.29 (http://downloads.sourceforge.net/nsi...3&big_mirror=0)

This is very crappy but work for me 

Hope that next UltramodernUI beta will solve this, but when …


Olivier.


As of Modern UI version 1.8, the format and location of the language files has changed. UltraModernUI should be updated to use these new files.


Hi:

Thank you Chami. To use the version 2.29 is a good solution for me. It works great.
By the way, is someone updating UltraModernUI? The latest versión date is March 20, 2005...


The maintainer seems to be very busy and I don’t think we will have a beta soon.
Personally, I give up. Try to convert your project to be used with ModernUI 2. It works for me.

Olivier.