Skip to content
⌘ NSIS Forum Archive

LangString and a lot of warnings

2 posts

stp#

LangString and a lot of warnings

I am using LangString for my
Section Description.

But my Program supports only ENGLISH and GERMAN.

So I get always a lot of warnings.
that there is no string defined for Language xy and so on,
because i define it only for german and english.


That happens for all 10 Sections.
So That I get around 200 Warnings.
Is there any way to suppress these warnings ?

For the installation i want of course the
translated languages like chinese and so on.

I am using Modern UI 1.74 and NSIS 2.15

Thanks for any hint
Peter
Takhir#
Add english templates for other langs. Put it all to separate fiel and use !include if you want keep screept compact.