Web UI Framework localization - localizing the structure of panel components

You can use the Web UI Framework to localize the structure (or order) of components in a screen panel, using a locale-specific bundle file. You can re-arrange the order of both words and graphics in a sentence.

Use sentence-based panels to localize the structure of panel components. The Web UI Framework lets you use static text for labels and editable controls that can be moved.

The following properties are used in the Ext.Panel object:
  • scLocalizedKey

    The string that will be used as the basis for which controls will be created and/or re-arranged.

  • scLocalizedLabelCss

    The localized label class that is applied to the label. The Web UI Framework provides this class.

  • sc-plat-localizedLbl

    The class that is applied to all labels created by the Web UI Framework in a localized panel.