You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the prefered language is not specified, the library takes the first available.
Some sources do not order theirs languages in a consistent way whithin the same response.
For example: the command sdmx-dlx list flows ESTAT returns dataflows with different lang order.
<s:Dataflows>
<s:Dataflowid="MED_PS112"urn="urn:sdmx:org.sdmx.infomodel.datastructure.Dataflow=ESTAT:MED_PS112(1.0)"agencyID="ESTAT"version="1.0"isFinal="false">
<c:Namexml:lang="fr">Population au 1 Janvier, par sexe et groupe d'âge</c:Name>
<c:Namexml:lang="en">Population on 1 January by sex and by age group</c:Name>
<c:Namexml:lang="de">Bevölkerung am 1. Januar, nach Geschlecht und Altersgruppe</c:Name>
<s:Structure>
<Refid="MED_PS112"version="10.0"agencyID="ESTAT"package="datastructure"class="DataStructure"/>
</s:Structure>
</s:Dataflow>
<s:Dataflowid="MED_PS115"urn="urn:sdmx:org.sdmx.infomodel.datastructure.Dataflow=ESTAT:MED_PS115(1.0)"agencyID="ESTAT"version="1.0"isFinal="false">
<c:Namexml:lang="de">Durchschnittliche Bevölkerungszahl zur Jahresmitte</c:Name>
<c:Namexml:lang="en">Average population (mid-year)</c:Name>
<c:Namexml:lang="fr">Population moyenne (en milieu de période)</c:Name>
<s:Structure>
<Refid="MED_PS115"version="10.0"agencyID="ESTAT"package="datastructure"class="DataStructure"/>
</s:Structure>
</s:Dataflow>
...
</s:Dataflows>
The text was updated successfully, but these errors were encountered:
When the prefered language is not specified, the library takes the first available.
Some sources do not order theirs languages in a consistent way whithin the same response.
For example: the command
sdmx-dlx list flows ESTAT
returns dataflows with different lang order.The text was updated successfully, but these errors were encountered: