* Update the settings to use the Spanish pre-defined language options. * Those pre-defined options can be overridden by passing an option object as a parameter. * * @param {object} optionOverride * @returns {AutoNumeric}
(optionOverride = null)
| 4881 | * @returns {AutoNumeric} |
| 4882 | */ |
| 4883 | spanish(optionOverride = null) { |
| 4884 | this._updatePredefinedOptions(AutoNumeric.getPredefinedOptions().Spanish, optionOverride); |
| 4885 | |
| 4886 | return this; |
| 4887 | } |
| 4888 | |
| 4889 | /** |
| 4890 | * Update the settings to use the Chinese pre-defined language options. |
no test coverage detected