Localisation
Add text in any language in the Spreadsheet
Setting the Locale
import { useSpreadsheetState } from "@rowsncolumns/spreadsheet-state"
const Spreadsheet = () => {
const { } = useSpreadsheetState({
locale: 'en-US'
})
}
export const App = () => {
<SpreadsheetProvider>
<Spreadsheet />
<SpreadsheetProvider>
}Switching Locale at Runtime
What Changes When Locale Switches
Aspect
Behavior
Example: Number Formatting Across Locales
Locale
Formatted Value
Currency Formatting
Supported Locales
Undo/Redo Support
Last updated