0
improwise created
At least with Angular (not tried anything else), it seem like the generated code breaks if you name your property something that ends with Id, like ExportedAssignmentId will end up like this ("Id" missing) which is why it did not work with languages files as those had the correct name with Id for keys.
<ngx-datatable-column
name="{{ '::ExportedAssignment' | abpLocalization }}"
prop="Assignment.exportedAssignmentId"
