Источник:
http://www.axaptapedia.com/Label
==============
Summary: Added more information (Tnx Vailan for correcting the initial post)
Labels is a important system for handling of localized strings in Dynamic AX. The label-strings are stored in an file with the extension ”.ALD”. You will have to make one file for each language you make. The complete filename will be a mix between “label file id”, “language id” and with a preceeding “AX”
'''Filename example''':
AXSYSEN-GB.ALD
When you as a developer use labels you should create a new label-file so your customization will be portable. And even if your customization is for one language only you should do a label because you can reuse terms within your customization.
'''Content example''': (from: AxSYSen-gb.ald "line 6")
@SYS12 Account/Group number
The number 12 is the index of the translation, so an translation of this term (in for example Swedish) would be located in "AxSYSSV.ald" and read like...
@SYS12 Konto-/gruppnummer
Источник:
http://www.axaptapedia.com/Label