[TIMOB-25331] Windows: Use i18n resource for SearchBar "No Results"
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Medium |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 6.2.0 |
| Fix Version/s | n/a |
| Components | Windows |
| Labels | n/a |
| Reporter | Kota Iguchi |
| Assignee | Kota Iguchi |
| Created | 2017-09-22T02:38:15.000+0000 |
| Updated | 2017-09-22T02:38:15.000+0000 |
Description
In
Ti.UI.SearchBar, when there are no results shown there should be a single result shown saying 'No Results'. We implemented it in TIMOB-24975 as hard-coded string but we could use i18n resources so we can display it in other languages.
No comments