Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    DetailViewer not localised

    SmartClient Version: v8.3p_2012-12-28/Pro Deployment (built 2012-12-28)

    Hello,

    I added these lines to my module file, to set the locale:

    Code:
    	<extend-property
    		name="locale"
    		values="de" />
    
    	<set-property-fallback
    		name="locale"
    		value="de" />
    This works for most elements (grid, form), but not the DetailsViewer. The DetailsViewer displays english text ("No items to display.") and also renders dates and times in english format (Middle-endian, with time in am/pm).
    Would this be considert a bug or should I configure the local in another way?

    With kind regards

    #2
    Having the same problem

    We are evaluating smartclient 8.3 - and detail viewer is not localized.
    Also boolean values are appering as "true' / false - label - any way to change that to our locale language?

    Comment


      #3
      If any string is not localized in a particular locale, use the instructions in this thread to add them.

      Comment


        #4
        detailviewer displaying a boolean value

        Hi Isomorphi,

        When we have a boolean type field - the detail viewer displays the value - as "true" / "false" - is there a way to change the way the value is displayed? I have a feeling this is not a wording that can be localized, is it? I've also tried to use "formatCellValue" - but that only changes the value in the listGrid - not for the detail viewer object....

        Thanks for your help.

        Comment

        Working...
        X