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
| Field | Original Value | New Value | 
|---|---|---|
| Assignee | Judy Guglielmin [ judy.guglielmin ] | |
| Fix Version/s | 3.4 [ 10770 ] | |
| Affects | Compatibility/Configuration [ 10002 ] | |
| Assignee Priority | P2 [ 10011 ] | |
| ICEsoft Forum Reference | http://www.icesoft.org/JForum/posts/list/0/22280.page | 
| Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] | 
| Assignee Priority | P2 [ 10011 ] | P1 [ 10010 ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #38782 | Wed Nov 13 14:59:10 MST 2013 | judy.guglielmin |      | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/resources/messages_fr.properties
            
             
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/resources/messages.properties
            
             
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tableconfigpanel/TableConfigPanelRenderer.java
            
             
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/renderkit/CoreRenderer.java
            
             | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #38783 | Wed Nov 13 15:10:10 MST 2013 | judy.guglielmin |      | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
            
             
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/renderkit/CoreRenderer.java
            
             | 
| Status | Open [ 1 ] | Resolved [ 5 ] | 
| Resolution | Fixed [ 1 ] | 
| Fix Version/s | 4.0 [ 11382 ] | 
| Status | Resolved [ 5 ] | Closed [ 6 ] | 

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