Hello Ilkay,
this can be changed via
[dspace-source]/dspace/config/input-forms.xml
Supposing you are using the default input-forms.xml you got to change
the value-pairs selection list associated with the language field.
The language field, dc.language.iso is defined in:
<field>
<dc-schema>dc</dc-schema>
<dc-element>language</dc-element>
<dc-qualifier>iso</dc-qualifier>
<repeatable>false</repeatable>
<label>Language</label>
<input-type value-pairs-name="common_iso_languages">dropdown</input-type>
<hint>... hint text</hint>
<required></required>
</field>
The field is of the type dropdown and the selection list used is
"common_iso_languages".
You got to change the value pair list for "common_iso_languages" and add
another pair for your language, see this section in the input-forms.xml:
<value-pairs value-pairs-name="common_iso_languages" dc-term="language_iso">
<pair>
<displayed-value>N/A</displayed-value>
<stored-value></stored-value>
</pair>
...
</value-pairs>
Add a pair for the language you want, e.g.
<pair>
<displayed-value>Turkish</displayed-value>
<stored-value>tr</stored-value>
</pair>
Hope that helps
Claudia Jürgen
Am 13.07.2010 09:48, schrieb [email protected]:
> Dear All,
>
> May I ask how to add Turkish language into the "language" field in metadata?
>
> Thanks a lot for your help,
>
> İlkay
>
> Mrs. İlkay Holt
> Manager, Information Access Services
> Ozyegin University Library
> stinfo/dspace-tech
>
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
>
>
>
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
Mit freundlichen Gruessen
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech