I have an application that includes a TDataModule subclass.
I am attempting to add localization projects. I can run under the original en-US fine, but as soon as I switch to a localized version is complains that DataModule subclass can not be found (InitInheritedComponent in System.Classes is returning false).
It seems as though it is expected there to be a localized version because it is a dfm, but creating/updating the localized projects does not generate a localized entry for the data model subclass, like it does for the vcl forms.
What I am missing? How do I make my localized projects reference or include the TDataModule subclass?