* Update the settings to use the French 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)
| 4816 | * @returns {AutoNumeric} |
| 4817 | */ |
| 4818 | french(optionOverride = null) { |
| 4819 | this._updatePredefinedOptions(AutoNumeric.getPredefinedOptions().French, optionOverride); |
| 4820 | |
| 4821 | return this; |
| 4822 | } |
| 4823 | |
| 4824 | /** |
| 4825 | * Update the settings to use the North American pre-defined language options. |
no test coverage detected