->It works but I have a few problem:

1) Reading the ini file does not work correctly :
Reading the ini file & language file is ok ONLY when the second panel contains the ini file (and the language directory)
What I do :
IniFile:TIniFile.Create('./PluginName.ini');
(or 'PluginName.ini' , I tried both)
In this ini, i'm just supplying language file name:
ini File:
[General]
Language=./lng/French.lng
;Language=C:\temp\lng\English.lng
(to test absolute path or relative)
I'm reading the file in the code with the "IniFile.ReadString" method
then I do the same to open the language file with the string i have read in the ini file....
I don't see what is wrong ....

2) What is the best way (TMemo, TEdit, ...) to show only text in the lister window ?
->I have problems when I want to activate the scrollBar ...I should specified the 'TMemo' size before but I don't know how to get it (size of the lister window)...
Thanks in advance