**Localized, Scalable Spinbox Widget** Last Update: 2018-10-3 [bll] 2018-8-8: I have created a localized, scalable spinbox widget. It should be compatible with a [ttk::spinbox]. Released under the zlib/libpng license as always. Example using the de_DE.UTF-8 locale: [img-lspinbox] The source can be found here: https://sourceforge.net/p/tcl-lspinbox/code/ci/default/tree/ The required packages 'repeatbutton' and 'colorutils' are included in the repo. The `locale` command can be found here: https://sourceforge.net/projects/tcl-collate/files/ The package will work without the `locale` command if you just want the scalability aspect. '''Version 1.5''' Remove traces on destroy. <>Change Log '''Version 1.4''' Cleaned up display issue. '''Version 1.3''' Added basic state handling. '''Version 1.2''' Cleaned up display (for mac os x). '''Version 1.1''' Fixed get command. '''Version 1.0''' Initial release. <> See also: [locale package] <>Widget