Details
- 
        Type:
 Improvement
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Fixed
 - 
            Affects Version/s: 3.3
 - 
            Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
 - 
            Component/s: ACE-Components
 - 
            Labels:None
 - 
            Environment:ICEfaces 3.x, ace:tableConfigPanel
 
- 
                        Assignee Priority:P1
 - 
                        ICEsoft Forum Reference:
 - 
                        Affects:Compatibility/Configuration
 
Description
                    Currently, the ace:tableConfigPanel has text labels for "Sorting", "Visibility", etc. that are hard-coded in the Java renderer class.
These labels should be localizable by the application for different languages.
            
These labels should be localizable by the application for different languages.
Activity
- All
 - Comments
 - History
 - Activity
 - Remote Attachments
 - Subversion
 
example of the english values for the localized support:- rev 38782 for ICEfaces 4 trunk
org.icefaces.ace.component.tableconfigpanel.COLUMN_SETTINGS_TITLE = Column Settings
org.icefaces.ace.component.tableconfigpanel.ORDER_LABEL = Order
org.icefaces.ace.component.tableconfigpanel.NAME_LABEL = Name
org.icefaces.ace.component.tableconfigpanel.VISIBLE_LABEL = Visible
org.icefaces.ace.component.tableconfigpanel.SORT_LABEL = Sort
org.icefaces.ace.component.tableconfigpanel.OK_BUTTON_TITLE = Save Changes
org.icefaces.ace.component.tableconfigpanel.CLOSE_BUTTON_TITLE = Cancel Changes
org.icefaces.ace.component.tableconfigpanel.RESET_BUTTON_TITLE = Reset to Original Settings
Still to do is 3.3.0.P02 maintenance branch