I have the same question. Is it possible to add a second field for the 
language in input-forms.xml ?

In 
/xmlui/admin/item?administrative-continue=05772321644c693a3b324a0f652465511e8f5464&submit_metadata
 
, when you edit metadata of an item it is possible to set the language 
field.


Otherwise the only way to modify given metadata in InstallItem.java would 
be smth like:

String titleEntered = item.getDC("title", "english", Item.ANY);
item.clearDC("title", "english", Item.ANY);
item.addDC("title", "none", "en", titleEntered );


Thanks for your help

Am Montag, 24. August 2015 23:01:19 UTC+2 schrieb Mathias Hjelt:
>
> I have a question regarding customization of the submission input forms. 
> Our requirement is that the submitting user should be able to enter the 
> title of a document in two languages of his own choice, say English and 
> German. 
>   
> How do I accomplish this? Is it possible to add a Language dropdown next 
> to specific fields in the submission form? Or is there some other simple 
> solution to this? (I'm familiar with input-forms.xml but I haven't found 
> a way to add a language qualifier to arbitrary fields..) 
>   
> Thanks in advance, 
>   
> Mathias Hjelt 
> Swedish School of Economics and Business Administration 
>   
>   
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to