Default Language in Header
Add section_language header section entity.
- Associates a default language with a data section.
- Language must be identified using ISO 639 names, all uppercase as with file_schema.
- For multiple data sections, repeat as needed. For name is null ($) for single, unnamed section.
- Not mandatory, may be used if desired. If used, must appear after the standard three header entries.
FILE_DESCRIPTION((''),'3;1'); /* note new impl level */
FILE_NAME('foo','1998-02-24T16:15:31',(''),(''),'','','');
FILE_SCHEMA (('CONFIG_CONTROL_DESIGN'));
SECTION_LANGUAGE (‘section1’,'DEUTCH');
SECTION_LANGUAGE (‘section2’,’US-ENGLISH’);