Vue 3 Data GridLanguage change in Vue 3
Change the default language of the context menu from English to any of the built-in translations, using the language
property.
Example - Select language
The following example implements the @handsontable/vue3
component with the option to change the Context Menu language configured. Select a language from the selector above the table and open the Context Menu to see the result.
TIP
Note that the language
property is bound to the component separately using language={this.language}"
, but it could be included in the settings
property just as well.
Find out which Vue 3 versions are supported
A | B | C | D | E | F | G | H | I | J | |
---|---|---|---|---|---|---|---|---|---|---|
1 | A1 | B1 | C1 | D1 | E1 | F1 | G1 | H1 | I1 | J1 |
2 | A2 | B2 | C2 | D2 | E2 | F2 | G2 | H2 | I2 | J2 |
3 | A3 | B3 | C3 | D3 | E3 | F3 | G3 | H3 | I3 | J3 |
4 | A4 | B4 | C4 | D4 | E4 | F4 | G4 | H4 | I4 | J4 |
5 | A5 | B5 | C5 | D5 | E5 | F5 | G5 | H5 | I5 | J5 |
A | B | C | D | E | F | G | H | I | J |
---|
1 |
---|
2 |
3 |
4 |
5 |
Related articles
Related guides
Related API reference
- Configuration options:
- Core methods:
- Hooks:
There is a newer version of Handsontable available. Switch to the latest version ⟶