Archive: Multilanguage and License title/subtitle/top texts not displayed


Multilanguage and License title/subtitle/top texts not displayed
I am doing an multilanguage setup and i have encountered a problem on page License.
Some texts are not displayed.
title/subtitle/top texts
Page License is declared in NSIS

Languages are declared like that :

!insertmacro MUI_LANGUAGE "English"
!insertmacro MUI_LANGUAGE "French"

Capture is in attachment


You mustn't use the Page instruction for Modern UI, except for Custom pages (Page Custom).
Use !insertmacro MUI_PAGE_LICENSE.
See the Modern UI readme (Docs\Modern UI\Readme.html)

-Stu


Thanks a lot!
All work now!

Regards

Yves