# Multi Language in DataTables.net
## Task (25/10/2021) - Search multilanguage in datatables library
### Static word - options in datatable can be translated to others language automaticly by file .json
#### Language - https://datatables.net/plug-ins/i18n/
- Arabic (completetion= 90%)
- Chinese (completion= 55%)
- Chinese - tradisional (completion= 71%)
- Dutch (compeletion= 100%)
- English (completion= 100%)
- German (completion= 99%)
- French (completion= 99%)
- Indonesian (completion= 100%)
- Italian (completion= 100%)
- Japanese (completion = 13%)
- Portuguese (completion= 100%)
- Portuguese Brasil (completion= 100%)
- Russian (completion= 99%)
- Spanish (completion= 100%)
- Turkish (completion= 100%)
#### Operation
> /**
> *JavaScript
> */
> $(document).ready(function() {
> $('#mydatatable').DataTable({
> language: {
> "url": "//cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/Russian.json"
> }
> });
> } );
#### Example
- default

- to Arabic (https://datatables.net/plug-ins/i18n/Arabic.html)

- to Chinese

- to Dutch

- to Indonesian

- to Japanese

- to French

- to Russian

#### Parts can be changed to other language
- core option

- aria

- autoFill

- buttons

- datatime

- editor

- paginate

- searchBuilder

- searchPanes

- select
