Skip to content

Translation Localization

Andreas Hilken edited this page Mar 14, 2018 · 2 revisions

Translate Title and Labels

They are translated with the "title_trans" object. See Translation sheme for the definition of those objects.

Translate Databinders

All databinder delegate send the used language as property to the binder method. With this you has to return the translated list.

Translate Config properties

The "config" attribute from the control definitions is translated with the "config_trans" object. See Translation sheme for the definition of this object. See Control type config example for an example.

Localization

With the used Language the localization is automaticaly set. The Date and DateTime Controls store there dates in UTC Format. The display from the date and times are localized automaticaly.

Clone this wiki locally