Previous Topic: Trans AttributeNext Topic: Template.ini


Explanation of [localeID] in default.ini:

The parameter created is an Extendable Map List (Type=MapListExt). The item values have a maximum length of 128 bytes (MaxLength=128). When the OSIM OS image is assigned to a target computer, the value of this parameter can be inherited from the scheduled configuration or the current configuration (Trans=yes).

The example contains entries for Chinese Macau, Danish, English US, English UK, and French Standard.

If you did not define special properties of [localeID] in the default.ini, registerosimage will add default properties:

[localeID]
 Type=Text
 MaxLength=255
 Trans=yes
 Comment=CAMENU\xxxx

Using this specification, the parameter presents a text field (Type=Text) of size 255 (MaxLength=255). It can also inherit values from predecessor configurations (Trans=yes). The comment specifies the location of the file where the parameter has first been detected.

Note: Do not omit the dollar characters ($) before and after the parameter name. They are mandatory.