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

ElementDescription
/Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/LanguageIDUse one of the allowed values to represent the language.

Restrictions

You must use one of the following values:

Language CodeDescription
arArabic
beBelarussian
bgBulgarian
caCatalan
csCzech
daDanish
deGerman
elGreek, Modern
enEnglish
esSpanish
etEstonian
euBasque
fiFinnish
frFrench
gaIrish
glGalician
hrCroatian
huHungarian
isIcelandic
itItalian
ltLithuanian
lvLatvian
mkMacedonian
mtMaltese
nlDutch
noNorwegian
plPoland
ptPortuguese
roRomanian
ruRussian
skSlovak
slSlovenian
sqAlbanian
srSerbian
svSwedish
trTurkish
ukUkrainian

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>