I set the property of TsiLangLinked->LangDispatcher as below (this is the dfm file) close the project.
Open the project and the first form which I open is this form, so not the
MainDataModule where the Dispatcher is located and the property is not loaded. If I open first the MainDataModule the its ok.
object SlLnk: TsiLangLinked
Version = '6.0.2'
StringsTypes.Strings = (
'TIB_STRINGLIST'
'TSTRINGLIST')
HandleResourceStrings = True
NumOfLanguages = 3
LangDispatcher = MainDataModule.LgDisp
LangDelim = 1
LangNames.Strings = (
'German'
'English'
'Russian')
Language = 'German'
ExcludedProperties.Strings = (
'Category'
'SecondaryShortCuts'
'HelpKeyword'
'InitialDir'
'HelpKeyword'
'ActivePage'
'ImeName'
'DefaultExt'
'FileName'
'FieldName'
'PickList'
'DisplayFormat'
'EditMask'
'KeyList'
'LookupDisplayFields'
'DropDownSpecRow'
'TableName'
'DatabaseName'
'IndexName'
'MasterFields')
Left = 568
Top = 328