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:
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
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" />
Would this be considert a bug or should I configure the local in another way?
With kind regards
Comment