Docs
API
  • i18n

    String

    i18n property is localization value that set grid lang params to chosen language words.
    In case it needs to rewrite some params use property lang.

    Example

    
    var grid = new FancyGrid({
      title: 'Localization - French',
      i18n: 'fr',
      lang: {  
        date: {
          read: 'm/d/Y'
        }
      }
      ...
    });
    

    Default

    
    'en-US'
    

    Values