ADCK AD Language

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Xml file location

_Project-ID-Xxxx/xml/data/AD_Language.xml

How to import AD_Language records into AD

From command line execute: "build-ID-001.[bat|sh] imp_AD_Language"

XML format

<AD_Language>
	<AD_Client_Value>System</AD_Client_Value>
	<AD_Org_Value>0</AD_Org_Value>
	<AD_Language>bg_BG</AD_Language>
	<CountryCode>BG</CountryCode>
	<Name>Bulgarian (Bulgaria)</Name>
	<IsActive>Y</IsActive>
	<IsBaseLanguage>N</IsBaseLanguage>
	<IsDecimalPoint>N</IsDecimalPoint>
	<IsSystemLanguage>N</IsSystemLanguage>
	<LanguageISO>bg</LanguageISO>
	<TimePattern></TimePattern>
	<DatePattern></DatePattern>
</AD_Language>