Ext.NET
Ext.NET copied to clipboard
Ext.Net.PagingToolbar custom text may not work due to defaults
Found: 5.2.0 Ext.NET forums' thread:
If using Ext.NET in another locale and the ext:PagingToolbar (Ext.Net.PagingToolbar) values for custom text is set to the english value that matches its default to English, Ext.NET treats that provided value as "default", won't emit javascript config for it, and the default localized value is used instead.
The default for text strings should always be 'null', instead.