Spain B2G: Language Code
You can specify a code to represent the language to your Spanish B2G Documents.
Use the LanguageID
to model this information.
If no value is provided, es
(Spanish) is mapped to the Element during processing.
Element
Element | Description |
---|---|
/Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/LanguageID | Use one of the allowed values to represent the language. |
Restrictions
You must use one of the following values:
Language Code | Description |
---|---|
ar | Arabic |
be | Belarussian |
bg | Bulgarian |
ca | Catalan |
cs | Czech |
da | Danish |
de | German |
el | Greek, Modern |
en | English |
es | Spanish |
et | Estonian |
eu | Basque |
fi | Finnish |
fr | French |
ga | Irish |
gl | Galician |
hr | Croatian |
hu | Hungarian |
is | Icelandic |
it | Italian |
lt | Lithuanian |
lv | Latvian |
mk | Macedonian |
mt | Maltese |
nl | Dutch |
no | Norwegian |
pl | Poland |
pt | Portuguese |
ro | Romanian |
ru | Russian |
sk | Slovak |
sl | Slovenian |
sq | Albanian |
sr | Serbian |
sv | Swedish |
tr | Turkish |
uk | Ukrainian |
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:InvoiceExtension>
<!-- Code omitted for clarity -->
<cbc:LanguageID>en</cbc:LanguageID>
<!-- Code omitted for clarity -->
</vrbl:InvoiceExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 11 days ago