vcechak
vcechak
### Description Hi, I have run into issue where using MaxLines and LineBreakMode didn't work. code of the label: ` new Label() { MaxLines = 2, LineBreakMode = LineBreakMode.TailTruncation, }...
Hello, as per ["narrowSymbol"](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#narrowsymbol) Use a narrow format symbol ("$100" rather than "US$100"). **Issue:** When we use en-CA culture, USD currency the result is not narrow symbol $100, but US$100...