I have create a custom page for my installer by NSIS. I have a label and a textbox in my .INI file. I also use the Unicode version of NSIS.
How can i write a farsi sentence in the text of the label?
It is my .INI file, but it does not show Farsi correctly:
[Settings]
NumFields=2
RTL=1
[Field 1]
Type=label
Text="لطفا آدرس سرور بروز رسانی را وارد نمایید"
Left=0
Right=-1
Top=0
Bottom=20
[Field 2]
Type=Text
RTL=0
Left=0
Right=-1
Top=30
Bottom=45
State=""