Hi Alec Smecher,
Thank you for your interest in this subject.
No, the locale information is not in the parsed_content field, just in the contents field. For example:
contents<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/
http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
<dc:title xml:lang="en_US">Analysis of Characteristics and Perception of Distance Learning Students: a longitudinal study on the Library Science Course of UFRGS</dc:title>
<dc:title xml:lang="pt_BR">Análise das Características e Percepção de Alunos de Educação a Distância no Curso de Biblioteconomia da UFRGS</dc:title><dc:creator> ...
parsed_contentsa:11:{s:5:"title";a:2:{
i:0;s:133:"Analysis of Characteristics and Perception of Distance Learning Students: a longitudinal study on the Library Science Course of UFRGS";
i:1;s:117:"Análise das Características e Percepção de Alunos de Educação a Distância no Curso de Biblioteconomia da UFRGS";}s:7:"creator";...
For the string "title" size 5 we have 2 results;
one: size 133, text "Analysis ..."
other: size 117, text "Análise ..."
How do you suggest insert the locale information?
i:0;s:138:"[en] Analysis of Characteristics...."
i:1;s:122:"[pt] Análise das Características..."
Josi Perez