Skip to content
⌘ NSIS Forum Archive

Multilanguage and License title/subtitle/top texts not displayed

3 posts

youn75#

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
Afrow UK#
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