ApplicationText.ini Format

The ApplicationText.ini file contains one section for each module defined within the application, and an additional section for the application definition itself. Every module definition includes a display name, label, or caption attribute. The key portion identifies the module definition, and the value contains the display name text.

This is an example of the contents of the ApplicationText.ini and ApplicationTextBase.ini files:

[Customers]
module=Customers
object.MainObject=Main Object
property.MainObject.Customers=Customers
object.Customer=Customer
property.Customer.CustomerID=ID
property.Customer.CompanyName=Company
property.Customer.ContactName=Contact
Note: The contents of this file are application-specific. The above example is for a mobile application built for the Northwind demonstration database in SQL Server.

This override file contains one section for each module defined within the application, named [ModuleName], and one section named [Misc] for application-level definitions.

The second line in the above example, module=Customers, represents the display name of the module. Each override item’s key follows a defined format:
defType.ModuleLevelParent.parent.parent.definitionName

The last line in the above example, property.Customer.ContactName, contains the override value for the display name of the property in the Customer object named ContactName. This file includes definitions within the application that have a display name, label, or caption attribute.

Related concepts
Localizing Agentry Applications
ClientText.ini
Globals.ini Format
Enables.ini Format
Related tasks
Configuring Agentry Settings
Related reference
Localization Files