When submitting new items into DSpace, I have discovered inconsistencies in the text_lang column of the metadatavalue table.
I created a new submission and populated a value into every field on the item submission screen. When the submission was completed, I ended up with the following results.
- Most entries had a text_lang of "en"
- dc.date.* entries had a null text_lang (This applied to user-generated and system-generated dates)
- most dc.identifer.* entries had a text_lang of null
- dc.identifier.bibliographicCitation had a text_lang of "en"
- dc.relation.ispartofseries had a null text_lang
- dc.relation.uri has a text_lang "en"
Is there a property in one of the item submission workflows that controls how the text_lang column is set when a new item is created?