<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
  <meta charset="utf-8" />
  <!-- v26763 -->


  <title>Smartling Help Center</title>

  

  <link rel="canonical" href="https://help.smartling.com/hc/en-us">
<link rel="alternate" hreflang="en-us" href="https://help.smartling.com/hc/en-us">
<link rel="alternate" hreflang="x-default" href="https://help.smartling.com/hc/en-us">

  <link rel="stylesheet" href="//static.zdassets.com/hc/assets/application-f34d73e002337ab267a13449ad9d7955.css" media="all" id="stylesheet" />
  <link rel="stylesheet" type="text/css" href="/hc/theming_assets/29261/3193366/style.css?digest=43710685997979">

  <link rel="icon" type="image/x-icon" href="/hc/theming_assets/01HZPAEY7G7YS8DJ8J3EGY0X0T">

    <script async src="https://www.googletagmanager.com/gtag/js?id=G-891RKJVH2H"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'G-891RKJVH2H');
</script>


  <meta content="width=device-width, initial-scale=1.0" name="viewport" />
<!-- Make the translated search clear button label available for use in JS -->
<script type="text/javascript">window.searchClearButtonLabelLocalized = "Clear search";</script>
<script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
  
</head>
<body class="">
  
  
  

  <a href="#" class="cd-top" role="navigation" aria-label="scroll to top" title="Back to top"><img alt="Back to top image" src="/hc/theming_assets/01HZPAEW3RQ8N91DEY9NYKW4ES"></a>
<section class="section hero">
   <header class="header">
      <div role="navigation" class="logo">
         <a href="/hc/en-us" title="Go to help center homepage" >
         <img src="/hc/theming_assets/01HZPAEY11Y9NBWHJM1DXKGZJK" alt="Go to help center homepage" />
         <img class="logo-mobile" src="/hc/theming_assets/01HZPAEXS6226SQ3DG43XW2FC9" alt="Go to help center homepage" />
         </a>
         
         <a title="Go to help center homepage" href="/hc/en-us">
         <span aria-hidden="true">Help Center</span>
         </a>
         
      </div>
      <div class="nav-wrapper-desktop">
         <nav aria-label="Main Nav" class="user-nav" id="user-nav">
            <ul class="user-nav-list">
               <!--<li><a href="/hc/en-us/articles/115004279934">Product Updates</a></li>-->
               <li><a href="/hc/en-us/categories/115000432454-Product-Updates">Product Updates</a></li>
               <li><a target="_blank" href="https://dashboard.smartling.com/">Go to Smartling</a></li>
               <!--<li><a class="header-button" href="/hc/en-us/requests/new">Contact Support</a></li>-->
              <li><a class="header-button" href="/hc/en-us/categories/13549034436635">Got a Question?</a></li>
            </ul>
         </nav>
      </div>
      <div class="nav-wrapper-mobile">
         <button class="menu-button-mobile" aria-controls="user-nav-mobile" aria-expanded="false" aria-label="Toggle navigation menu">
            Menu
            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" focusable="false" viewBox="0 0 16 16" class="icon-menu">
               <path fill="none" stroke="currentColor" stroke-linecap="round" d="M1.5 3.5h13m-13 4h13m-13 4h13"/>
            </svg>
         </button>
         <nav aria-label="Main Nav" class="menu-list-mobile" id="user-nav-mobile" aria-expanded="false">
            <ul class="menu-list-mobile-items">
               <li class="item"><a href="/hc/en-us/categories/115000432454">Product Updates</a></li>
               <li class="item"><a target="_blank" href="https://dashboard.smartling.com/">Go to Smartling</a></li>
               <!--<li class="item btn-contact"><a class="header-button" href="/hc/en-us/requests/new">Contact Support</a></li>-->
              <li class="item btn-contact"><a class="header-button" href="/hc/en-us/articles/12770959770395">FAQ</a></li>
               <li class="mobilenav"><span></span></li>
            </ul>
         </nav>
      </div>
   </header>
   <div role="search" class="hero-inner">
      <h2>
         <span class="is-visible">Hey!</span>
         <span class="is-hidden">Hoi!</span>
         <span class="is-hidden">¡Oye!</span>
         <span class="is-hidden">Ciao !</span>
         <span class="is-hidden">你好!</span>
         <span class="is-hidden">Hallo!</span>
         <span class="is-hidden">Salut !</span>
         <span class="is-hidden">Hey!</span>
         How can we help?
      </h2>
      <form role="search" class="search search-full" data-search="" data-instant="true" autocomplete="off" action="/hc/en-us/search" accept-charset="UTF-8" method="get"><input type="hidden" name="utf8" value="&#x2713;" autocomplete="off" /><input type="search" name="query" id="query" placeholder="Enter search terms" autocomplete="off" aria-label="Enter search terms" />
<input type="submit" name="commit" value="Search" /></form>
   </div>
</section>
<script>
  $(function () {
   count = 1;
   wordsArray = ['Hoi!','¡Oye!','Ciao !','你好!','Hallo!','Salut !','Hey!'];
   setInterval(function () {
     count++;
   if(count<9){               
     $(".hero-inner > h2 span").removeClass('is-visible').addClass('is-hidden');
     $('.hero-inner > h2 span:nth-child('+count+')').addClass('is-hidden', function () {
     // $(this).text(wordsArray[count % wordsArray.length]).addClass('is-visible').removeClass('is-hidden');
      $(this).addClass('is-visible').removeClass('is-hidden');
     });
   }
   }, 2000);
   });    
</script>
    <!-- Hotjar Tracking Code for https://help.smartling.com/hc/en-us -->
<script>
    (function(h,o,t,j,a,r){
        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
        h._hjSettings={hjid:3641223,hjsv:6};
        a=o.getElementsByTagName('head')[0];
        r=o.createElement('script');r.async=1;
        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
        a.appendChild(r);
    })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>

  <main role="main">
     <script>
  $('html').addClass('hp')
  </script>

<div class="new-to">
<p><span>👋  New to Smartling?</span> Use <a href="/hc/en-us/sections/9114186863515-The-basics">this guide</a> to get the basics.</p>
</div>
<h1 class="visibility-hidden">Smartling Help Center</h1>

<div class="container">
  <section class="section knowledge-base">
    <h3 role="presentation" class="kb-title">Explore by role</h3>
    <section class="categories blocks">
      <ul class="blocks-list">
        
        
        
        
            <li class="blocks-item id-7410558827931">
              <a href='/hc/en-us/categories/7410558827931-Content-Owners' class="blocks-item-link">
                <div class="img-holder">
                  <img alt="stacked chat bubble, photo thumbnail and document icon" src="/hc/theming_assets/01HZPAEWMZESE16EZAKFGR37E9">
                  
                  
                </div>
                <div class="txt-holder">
                <h4 role="presentation"><span class="blocks-item-title">Content Owners</span></h4>
                <span class="blocks-item-description">For Account Owners, Project Managers, Requesters, and Content Viewers.</span>
                  </div>
              </a>
            </li>
        
        
        
            <li class="blocks-item id-7410559920795">
              <a href='/hc/en-us/categories/7410559920795-Agency-Managers' class="blocks-item-link">
                <div class="img-holder">
                  
                  
                  <img alt="person with floating letter characters icon" src="/hc/theming_assets/01HZPAEWFB16Y3X47NR3Z3KKX4">
                </div>
                <div class="txt-holder">
                <h4 role="presentation"><span class="blocks-item-title">Agency Managers</span></h4>
                <span class="blocks-item-description">For Agency Owner users who manage teams of translators and projects in Smartling.</span>
                  </div>
              </a>
            </li>
        
        
        
            <li class="blocks-item id-7410570715675">
              <a href='/hc/en-us/categories/7410570715675-Translators-Reviewers' class="blocks-item-link">
                <div class="img-holder">
                  
                  <img alt="pen and paper with checklist icon" src="/hc/theming_assets/01HZPAEW85NAM5F5GFJJBFQF7G">
                  
                </div>
                <div class="txt-holder">
                <h4 role="presentation"><span class="blocks-item-title">Translators &amp; Reviewers</span></h4>
                <span class="blocks-item-description">For Translation Resource users who translate content or review translations in Smartling.</span>
                  </div>
              </a>
            </li>
        
        
        
            <li class="blocks-item id-7781207841819">
              <a href='/hc/en-us/categories/7781207841819-Videos-and-Tutorials' class="blocks-item-link">
                <div class="img-holder">
                  
                  
                  
                </div>
                <div class="txt-holder">
                <h4 role="presentation"><span class="blocks-item-title">Videos and Tutorials</span></h4>
                <span class="blocks-item-description">Learn Smartling&#39;s fundamentals at your own pace and in your preferred learning style with our catalog of videos and s...</span>
                  </div>
              </a>
            </li>
        
        
        
            <li class="blocks-item id-1260801686149">
              <a href='/hc/en-us/categories/1260801686149-Developer-Tools-Custom-Integrations' class="blocks-item-link">
                <div class="img-holder">
                  
                  
                  
                </div>
                <div class="txt-holder">
                <h4 role="presentation"><span class="blocks-item-title">Developer Tools &amp; Custom Integrations</span></h4>
                <span class="blocks-item-description">Resources for automating processes and building custom integrations with Smartling.</span>
                  </div>
              </a>
            </li>
        
        
        
            <li class="blocks-item id-360000195273">
              <a href='/hc/en-us/categories/360000195273-GDN' class="blocks-item-link">
                <div class="img-holder">
                  
                  
                  
                </div>
                <div class="txt-holder">
                <h4 role="presentation"><span class="blocks-item-title">GDN</span></h4>
                <span class="blocks-item-description">Translate your website without hosting and managing translations within your systems.</span>
                  </div>
              </a>
            </li>
        
        
        
            <li class="blocks-item id-360000740573">
              <a href='/hc/en-us/categories/360000740573-Connectors-Plugins' class="blocks-item-link">
                <div class="img-holder">
                  
                  
                  
                </div>
                <div class="txt-holder">
                <h4 role="presentation"><span class="blocks-item-title">Connectors &amp; Plugins</span></h4>
                <span class="blocks-item-description">Pre-built integrations to connect your content sources directly with Smartling.</span>
                  </div>
              </a>
            </li>
        
        
        
            <li class="blocks-item id-115000432454">
              <a href='/hc/en-us/categories/115000432454-Product-Updates' class="blocks-item-link">
                <div class="img-holder">
                  
                  
                  
                </div>
                <div class="txt-holder">
                <h4 role="presentation"><span class="blocks-item-title">Product Updates</span></h4>
                <span class="blocks-item-description">Keep up to date with what&#39;s new and improved in Smartling.</span>
                  </div>
              </a>
            </li>
        
        
        
            <li class="blocks-item id-360000885413">
              <a href='/hc/en-us/categories/360000885413-Bug-Bounty' class="blocks-item-link">
                <div class="img-holder">
                  
                  
                  
                </div>
                <div class="txt-holder">
                <h4 role="presentation"><span class="blocks-item-title">Bug Bounty</span></h4>
                <span class="blocks-item-description"></span>
                  </div>
              </a>
            </li>
        
        
        
            <li class="blocks-item id-13549034436635">
              <a href='/hc/en-us/categories/13549034436635-Got-a-Question' class="blocks-item-link">
                <div class="img-holder">
                  
                  
                  
                </div>
                <div class="txt-holder">
                <h4 role="presentation"><span class="blocks-item-title">Got a Question?</span></h4>
                <span class="blocks-item-description"></span>
                  </div>
              </a>
            </li>
        
        
      </ul>
      
    </section>
     <h3 role="presentation" class="kb-title bottom-tittle">Explore by integration</h3>
    <section class="categories blocks">
      <ul class="blocks-list">
        
        
         
         
        
        
         
         
        
        
         
         
        
        
         
         
        
        
         
         
        
        
            <li class="blocks-item id-1260801686149">
              <a href='/hc/en-us/categories/1260801686149-Developer-Tools-Custom-Integrations' class="blocks-item-link">
                <div class="img-holder"><img alt="server connected to cloud icon" src="/hc/theming_assets/01HZPAEX2R3FMEX8S53TSHS6E0"></div>
                <div class="txt-holder">
                <h4 role="presentation"><span class="blocks-item-title">Developer Tools &amp; Custom Integrations</span></h4>
                <span class="blocks-item-description">Resources for automating processes and building custom integrations with Smartling.</span>
                </div>
              </a>
            </li>
        
         
         
        
        
         
            <li class="blocks-item id-360000195273">
              <a href='/hc/en-us/categories/360000195273-GDN' class="blocks-item-link">
                <div class="img-holder"><img alt="planet earth surrounded by stars icon" src="/hc/theming_assets/01HZPAEX6SBV11KZSK4GPQ2V0H"></div>
                <div class="txt-holder">
                <span class="blocks-item-title">Global Delivery Network</span>
                <span class="blocks-item-description">Translate your website without hosting and managing translations within your systems.</span>
                </div>
              </a>
            </li>
        
         
        
        
         
         
            <li class="blocks-item id-360000740573">
              <a href='/hc/en-us/categories/360000740573-Connectors-Plugins' class="blocks-item-link">
                <div class="img-holder"><img alt="hub and spoke icon" src="/hc/theming_assets/01HZPAEWXZ8GB6KFEA3JY3N85N"></div>
                <div class="txt-holder">
                <span class="blocks-item-title">Connectors &amp; Plugins</span>
                <span class="blocks-item-description">Pre-built integrations to connect your content sources directly with Smartling.</span>
                </div>
              </a>
            </li>
        
        
        
         
         
        
        
         
         
        
        
         
         
        
           </ul>
      
    </section>    
  </section>
</div>
  
<div class="video-sec">
    <div class="video-sec_title">
      <h2 role="presentation">Videos and Tutorials</h2>
  		<p>More of a watcher than a reader? Prefer self-paced learning? We got you!</p>
      <p>Check out our catalog of video walk-throughs and tutorials on a variety of important Smartling topics.</p>
      <a href="/hc/en-us/categories/7781207841819">See all Videos and Tutorials</a>
  </div>
</div> 
  </main>

  <script src="https://code.jquery.com/ui/1.13.2/jquery-ui.min.js" integrity="sha256-lSjKY0/srUM9BE3dPm+c4fBo1dky2v27Gdjm2uoZaL0=" crossorigin="anonymous"></script>
<script>
   $('ol.breadcrumbs li:first-child a').html('<img role="presentation" src="/hc/theming_assets/01HZPAEV4DQRGBZ42YGEJNH44R"> Home');
   $( document ).ready(function() {
   
   var _url = '/api/v2/help_center/sections.json?include=categories&per_page=99';
   var _cat = [],
       _sec = [],
       _info = [],
       _infoSorted = [],
       _html = '',
       _secId,
       _secUrl,
       _artHtml,
       pagination,
       _pages;
   
   // ajax call to get sections and categories
   var _getData = function(_list){
     $.ajax({
       url : _url,
       type: 'GET',
       dataType: 'json',
       success: _list
     });
   };
   // ajax call to get article-list
   var _getArticles = function(_artList){
     $.ajax({
       url : _secUrl,
       type: 'GET',
       dataType: 'json',
       success: _artList
     });
   }
   
   // get templatename and templateid
   var _location = window.location.href.split('/en-us/');
   if(_location.length>1) {
     var _split = _location[1].split('-')[0];
     var _templatename = _split.split('/')[0];
     var _templateidxs = _split.split('/')[1];
   }
   
   
   //
   //start add Classes function
   //
   
   var _addClasses = function(){
   
     /* open division listing clicked category */
     if(_templatename=='categories') {
       $('#'+_templateid).parent().addClass('pin');
       $('#'+_templateid).next('ul.sections').addClass('in');
       $('#'+_templateid).addClass('active');
       $('#'+_templateid).parent().addClass('pin');
     }
   
     /* open division listing clicked section or article */
     if(_templatename=='sections'||_templatename=='articles') {
       $('#'+_templateid).parent().addClass('pin');
       $('#'+_templateid).parent().parent().parent().addClass('pin-cat');
       $('#'+_templateid).parent().closest('.sections').addClass('in');
     }
   
    
    
    
    
    
     /* add active class to the clicked section */
     if(_templatename=='sections') {
       $('#'+_templateid).addClass('active');
       $('#'+_templateid).parent().addClass('pin');
   
   //      $('#'+_templateid).parent().next().addClass('klik').trigger('click');
   
   
   
    _secId = _templateid;
         _secUrl = '/api/v2/help_center/sections/'+_secId+'/articles.json';
         _getArticles(function(_artData){
           _artHtml = '';
           $(_artData.articles).each(function(_aidx, _aitm){
             if(_aitm.draft==false) {
               _artHtml = _artHtml + '<li><a id="'+_aitm.id+'" href="'+_aitm.html_url+'">'+_aitm.title+'</a></li>';
             }
           });
           $('#'+_secId).parent().next('ul').html(_artHtml);
   
   });
          //   $('#'+_secId).parent().toggleClass('pin')
             $('#'+_secId).parent().next('ul').slideToggle(250);
   
   
   
   
   
   
     }
   
     /* add active class to the section of clicked article */
     if(_templatename=='articles') {
       $('#'+_templateid).addClass('active');
       $('#'+_templateid).parent().closest('ul').parent().children('a').addClass('active');
        $('#'+_templateid).parent().parent().parent().addClass('pin-cat');
   
     }
   
   
     /* toggle division showing sections and articles of selected/clicked category */
     $('.multilevel-menu > .categories > li > a').click(function(e){
       id = $(this).attr('id');
       window.location.href = "/hc/en-us/categories/" + id;
      /* e.preventDefault();
       $(this).parent().toggleClass('pin');
       $(this).next('ul').slideToggle(250);
       $(this).next('ul').addClass('in'); */
     });
   }
   
   
   //
   //end add Classes function
   //
   
   
   
   
   
   
   //
   //start _structureData  function
   //
   
   
   
   
   
   var _structureData = function(){
   	for(var x in _cat) {
     	_info[_cat[x].id] = {
         id: _cat[x].id,
         position: _cat[x].position,
         html_url: _cat[x].html_url,
         name: _cat[x].name,
         sections: []
       }
     }
   
     for(var y in _sec) {
     	_info[_sec[y].category_id].sections.push({
         id: _sec[y].id,
         position: _sec[y].position,
         html_url: _sec[y].html_url,
         name: _sec[y].name
       });
     }
   
     for(var n in _info) {
       if(typeof _infoSorted[_info[n].position] == 'undefined') {
         _infoSorted[_info[n].position] = _info[n];
       }
       else {
         var _temp = _infoSorted.slice(0), _newList = [];
         var _old  = _infoSorted[_info[n].position];
         var _new  = _info[n];
         var _newDt = new Date(_new.updated_at);
         var _oldDt = new Date(_old.updated_at);
   
         if(_newDt.getTime() > _oldDt.getTime()) {
           _newList.push(_new);
           _newList.push(_old);
         }
         else {
           _newList.push(_old);
           _newList.push(_new);
         }
   
         for(var x in _temp) {
           if(_temp[x].id != _old.id) {
             _newList.push(_temp[x]);
           }
         }
   
         _infoSorted = _newList;
       }
     }
   
     // append html
     for(var _x in _infoSorted) {
     	var _y = _infoSorted[_x];
       _html = _html + '<li class="dd-'+_y.id+'"><a id="'+_y.id+'">'+_y.name+'</a><ul class="sections collapse">';
       for(var _z in _y.sections) {
         var _itm = _y.sections[_z];
       	_html = _html + '<li class="dee"><a id="'+_itm.id+'" href="'+_itm.html_url+'">'+_itm.name+'</a></li><ul class="articles collapse"></ul>';
       }
       _html = _html + '</ul></li>';
     }
   
     localStorage.setItem('html', _html);
   // console.log('add to local storage', _html);
   
     var data = localStorage.getItem('html');
     if(data==null || typeof data == 'undefined' || data == '') {
       $('.multilevel-menu').html('<ul class="categories">'+_html+'</ul>');
       _addClasses();
     }
   
     var _demo = function(){
   
   //click function na section title
       $('ul.sections > li > a').click(function(e){
         e.preventDefault();
         _secId = $(e.target).attr('id');
         _secUrl = '/api/v2/help_center/sections/'+_secId+'/articles.json?page=1&per_page=99';
         _getArticles(function(_artData){
           _artHtml = '';
           $(_artData.articles).each(function(_aidx, _aitm){
             if(_aitm.draft==false) {
               _artHtml = _artHtml + '<li><a id="'+_aitm.id+'" href="'+_aitm.html_url+'">'+_aitm.title+'</a></li>';
             }
           });
           $('#'+_secId).parent().next('ul').html(_artHtml);
   
   
   
   
                                   //ako vise od 30
                                           if(_artData.count>300) {
                                             $('#'+_secId).parent().next('ul').append('<li class="text-right"><a class="next" href="'+_artData.next_page+'">View More</a></li>');
                                             var _next = $('#'+_secId).parent().next('ul').find('.next');
                                             $(_next).click(function(e){
                                               e.preventDefault();
                                               _secUrl = $(e.target).attr('href');
                                               _getArticles(function(_resp){
                                                 $(_resp.articles).each(function(_aidx, _aitm){
                                                   if(_aitm.draft==false) {
                                                     _artHtml = _artHtml + '<li><a id="'+_aitm.id+'" href="'+_aitm.html_url+'">'+_aitm.title+'</a></li>';
                                                   }
                                                 });
                                                 $('#'+_secId).parent().next('ul').html(_artHtml);
                                               });
                                             });
                                           }
                                 //end ako vise od 30
   
   
   
           $(e.target).parent().next('ul').slideToggle(250);
           $(e.target).parent().toggleClass('pin');
         });
       });
   
   //end click function na section title
   
   
       $('ul.sections > li > a').dblclick(function(e){
         var _href = $(e.target).attr('href');
         window.location.href = _href;
       });
     };
   
     _demo();
   
   
     //start if articles  function
   
     if(_templatename=='articles') {
       var data = localStorage.getItem('html');
       if(data==null || typeof data == 'undefined' || data == '') {
         $('.multilevel-menu').html('<ul class="categories">'+_html+'</ul>');
         _addClasses();
       } else {
       	$('.multilevel-menu').html('<ul class="categories">'+_html+'</ul>');
         _addClasses();
       }
       _demo();
     	$.ajax({
         url: '/api/v2/help_center/articles/'+_templateid+'.json',
         type: 'GET',
         dataType: 'json',
         success : function(data){
           _secId = data.article.section_id;
           _secUrl = '/api/v2/help_center/sections/'+_secId+'/articles.json';
           _getArticles(function(_artData){
             _artHtml = '';
             $(_artData.articles).each(function(_aidx, _aitm){
               if(_aitm.draft==false) {
                 _artHtml = _artHtml + '<li><a id="'+_aitm.id+'" href="'+_aitm.html_url+'">'+_aitm.title+'</a></li>';
               }
             });
             $('#'+_secId).parent().next('ul').html(_artHtml);
             if(_artData.count>30) {
               $('#'+_secId).parent().next('ul').append('<li class="text-right"><a class="next" href="'+_artData.next_page+'">View More</a></li>');
               var _next = $('#'+_secId).parent().next('ul').find('.next');
               $(_next).click(function(e){
                 e.preventDefault();
                 _secUrl = $(e.target).attr('href');
                 _getArticles(function(_resp){
                   $(_resp.articles).each(function(_aidx, _aitm){
                     if(_aitm.draft==false) {
                       _artHtml = _artHtml + '<li><a id="'+_aitm.id+'" href="'+_aitm.html_url+'">'+_aitm.title+'</a></li>';
                     }
                   });
                   $('#'+_secId).parent().next('ul').html(_artHtml);
                 });
               });
             }
   
             $('#'+_secId).parent().addClass('pin').next('ul').addClass('in');
             $('#'+_secId).parent().closest('ul.sections').addClass('in');
             $('#'+_templateid).addClass('active');
             $('#'+_templateid).parent().addClass('pin');
             $('#'+_secId).addClass('active');
   					//$('[id="360000195273"]').text('GDN');
         		$('#'+_templateid).parent().parent().parent().parent().addClass('active-cat');
           });
         }
       });
     }
   // end if articles   
   };
   //
   //end _structureData  function
   //
      
   if(localStorage.getItem('html')) {
     $('.multilevel-menu').html('<ul class="categories">'+localStorage.getItem('html')+'</ul>');
     _addClasses();
   $('li.dd-1260801686149').addClass('xxxxxx');
   $('li.dd-1260801686149').find('.sections').append('<li onclick="location.href=\'https://api-reference.smartling.com/\'" class="customlink dee"><a id="" href="https://api-reference.smartling.com/">API Reference</a></li>')
   }
   
   _getData(function(data){
     _cat = data.categories;
     _sec = data.sections;
     if(data.count<=300) {
     	_cat = data.categories;
       _sec = data.sections;
       _structureData();
     } else {
     	for(var i = 2; i<=data.page_count; i++) {
       	_url = data.next_page;
         _getData(function(_data){
           _cat = _cat.concat(_data.categories);
           _sec = _sec.concat(data.categories);
           _structureData();
         });
       }
     }
   });
   
   $('.nav-wrapper-mobile .menu-button-mobile').on('click',function(){
   	$('aside.article-sidebar').insertAfter('.mobilenav span');
   });
  });
</script>
<div class="my-footer">
   <div class="c-footer__wrapper">
      <footer role="contentinfo" class="c-footer l-wrap l-container--xl">
         <div class="c-footer__branding u-spacing">
            <div class="c-logo">
               <img alt="Smartling Logo" src="/hc/theming_assets/01HZPAETRA5HRMNQBAPXGXFTD0" />
            </div>
            <p>The leading translation management platform to localize your content across devices and platforms.</p>
            <a href="https://www.g2.com/products/smartling/reviews?utm_source=review-widget" target="_blank" rel="noopener noreferrer" title="Read reviews of Smartling on G2 Crowd" class="u-display--block"></a>
         </div>
         <div class="c-footer__nav">
            <nav aria-label="footer nav" class="c-footer-nav">
               <ul class="c-footer-nav__list">
                  <li class="c-footer-nav__item u-spacing">
                     <h5 role="presentation" class="u-color--primary">Company</h5>
                     <ul class="c-footer-subnav__list u-spacing--half">
                        <li class="c-footer-subnav__item"><a href="https://www.smartling.com/about-us" class="c-footer-subnav__link">About Us</a></li>
                        <li class="c-footer-subnav__item"><a href="https://www.smartling.com/careers" class="c-footer-subnav__link">Careers</a></li>
                        <li class="c-footer-subnav__item"><a href="https://www.smartling.com/become-a-translator" class="c-footer-subnav__link">Become a Translator</a></li>
                        <li class="c-footer-subnav__item"><a href="https://www.smartling.com/resources/case-study/" class="c-footer-subnav__link">Customer Success</a></li>
                        <li class="c-footer-subnav__item"><a href="https://www.smartling.com/resources/press-release" class="c-footer-subnav__link">Press</a></li>
                     </ul>
                  </li>
                  <li class="c-footer-nav__item u-spacing">
                     <h5 role="presentation" class="u-color--primary">Product</h5>
                     <ul class="c-footer-subnav__list u-spacing--half">
                        <li class="c-footer-subnav__item"><a href="https://dashboard.smartling.com/" class="c-footer-subnav__link">Login</a></li>
                        <li class="c-footer-subnav__item"><a href="/hc/en-us/categories/115000432454" class="c-footer-subnav__link">What's New</a></li>
                        <li class="c-footer-subnav__item"><a href="https://www.smartling.com/globalready/" class="c-footer-subnav__link">Events</a></li>
                        <li class="c-footer-subnav__item"><a href="https://www.smartling.com/software/" class="c-footer-subnav__link">Integrations</a></li>
                        <li class="c-footer-subnav__item"><a href="https://www.smartling.com/professional-services/" class="c-footer-subnav__link">Professional Services</a></li>
                     </ul>
                  </li>
                  <li class="c-footer-nav__item u-spacing">
                     <h5 role="presentation" class="u-color--primary">Support</h5>
                     <ul class="c-footer-subnav__list u-spacing--half">
                        <li class="c-footer-subnav__item"><a href="/hc" class="c-footer-subnav__link">Help Center</a></li>
                        <li class="c-footer-subnav__item"><a href="https://www.smartling.com/resources" class="c-footer-subnav__link">Resources</a></li>
                        <li class="c-footer-subnav__item"><a href="https://status.smartling.com" class="c-footer-subnav__link">Status</a></li>
                        <li class="c-footer-subnav__item"><a href="/hc/en-us/articles/360008147833" class="c-footer-subnav__link">Bug Bounty Policy</a></li>
                        <li class="c-footer-subnav__item"><a href="/hc/en-us/requests/new" class="c-footer-subnav__link">Contact Support</a></li>
                     </ul>
                  </li>
               </ul>
            </nav>
         </div>
         <div class="c-footer__g2">
            <a href="https://www.g2.com/products/smartling/reviews" target="_blank" rel="noreferrer">
               <picture style="max-width: 200px;" class=" lazyloaded">
                  <source srcset="data:image/webp;base64,UklGRjIUAABXRUJQVlA4ICYUAABwZACdASqQAcgAPpFCm0qlo6Ihp1NKmLASCU3fj5LpXOYVH3Puip3ds/tf7R+zvX/7N+Jt7SozzOvHv1v/l/4T2o/331C/oP/b+4B+p/SQ8wX7Hftz7zf+N/bT3Nf2T1B/5r/jf//2GPoFfuL6bvss/2L/t/uB7W3//1knzB/bO2/7d+wh9myeDDP34/O+w3sJ4AX5N/Q/9ZvItlfQC9s/pP/J9NmYvkAfyv+vf7/yoPBa9P9gb+f/3L0YP+/zE/WXsHfzf/Cdaf0aSrNbhsz5UX1d4G4igokyAOLCTS5mXy82PklQVUTeXj7Gs84upL09C9DUq3NRt7mOH0WA0dfuY4i8bp0dYbT0IaLIpRPmjnCbFpIp5DyfckHaAAkUrSy0xVPVcJsW6PQRdzu+r+3K6xzQFOqKQ7fQhzDWrsZ6nnsLIkaufDtCzgBYm4Y8HgsDTM6069+XXnlFdL34UoT33fvrncGkjM7JzdRP+gGhUBkgc6iu/1HXKaRe5ad3nrxslu/+gj5WiR3rrFjTJMozTg5AnqeAY1F54yG4XpHANjtUoJ5lrmfXR4tHok9VMqImG4UgE+XNzjJx2L9Pcjip2jVOtNJjcVwPjnr8tvtA8pGTV7ifbKWyK/55LZuW2SuEIqq0it/YpRCtKlopkvs1YzoRXr8GOzTeKzRNdhWTZQdgZYdRJZee7tUNEz0OSxo0kxnzVGWgTVHJBPsZ3cELV3PV8RbdRW2rwCtsbF3a4Scnjx60gVGTk/T+UtO/DZXtYVPRPS5lKlfZG/GM+tGNho1viDG4HOJg2iiUdI18hL3Vd/RFeqVRP1cYE2XHtwfrcOeUnurD0bb/YgwQxeppTyTR6mk5PGubeZAFF6o+Nyozw03nTzzwmwks66ih8hZyvBOLehSyeKZw4nfIgtPsMhl3ybtD41iYvAVCpEApBjgV5d9pjsOoGfmlVtZlTi5Ry7SDOpCLxupL09JqCcSTQyNyFK5fG3Rgf7cr09JqFYP/adjQ7vblej03Xp6TULIpXonyhbC7fnF1JEymZu6dA1PzytuEVMrbhFSZBF4jYVMx8kqCquIyUstGgAD+ttdkBVnrP4H+QrmuYi6ZFBIl80y374fMKdZ5K1FPeYRFVQmVBKZ+TtavJIKXuIX/sMfNokdjyC26UmyHk5IDNRRyH4+Q1377gdeyXWC503ooF33XwAVZnTCCjB6LS8lXlBZ0DmXbLOs0zaXrIZ0SHkq/coptOX0Rpw2GGXSQAjfQkl5878HiBH+cZYAi274Mmk43ZcbyPNGm8lNcAZwXKESwds9/nyhBgtR97mHoWNl81ZFWJbBqQINV+r3zYs9JmedUpfidNYMjIOwuupQiEHufcffwbwcXgsVGS21QVn7jHcIm8OlploXd0Ou3HXyCH6ryfNBl/Cc4tN0VwMraed8uu3B40ow3UqXmwZlwuEtJZrRzpRcHbo6WmWhd3Ohe2m+tJrD3PuNXEzqD3mfklulKybolGWiiysSpp2Irr8/iY9oOMMc3qyb1LmXdy1TPnBa/jaedCZ0+QPlitvP10KLg9KUSLkojxm3yBHrZ323OBR1RbG5IOEoyufiQz6/POWI8S+xChgmWVlXOjqFURwzohyvspBHw6R8LYXYgD+M+LdtqLd2nL/rL3Oa2HjO1Pcu7yd3wi3F9QrFus7tZi46ug2U/XjnKiNbZmotKJjLQa7xt3JYgirZliOfEM/FCOI97+zviYWyl+CORaECGnpCHSY/15pKoiOfHTyVOhAV2HspcxkTOSZ61dGHr4qtEwtjZNz9zEeoDA2ha2vYXbD/KXnxjXcSVieB0j3AqC5x6ko/pkC3eFWTDeAMxzY4zK1T0s7X/+DJqU1q8R8Si+JNgOtG5pLtY3c0RfmSMPn+IIN7clEglHSSg74pOi653wxm2qwWbB8FkJgdq3HwDF1kc/D3J3UWeVehENA0hnI6yL2/NpYq/Jtxup6pxGYpTBu8UW+PbpriNpUVa2Yv11lFC0SVxIHTd2GDsdwKoatR7jMxIKFqyNsZ0ETlIiNNy+VT/ff0lJ97RKhLA05NBM5nDTsvitQjghFzEyqHhEBm+ftpK60ejI4IRhfa4fc8Ymov6uRFRcAEjMAI3Bk0LuMt3cn880RLbB58Gnx0Sh7qVJTLhOhlNsdOcAsBVcx7eGYWy+rL0dykC6rHRsRJgpj6jvUahK6yD9BdD6XjQZBlzdMZIKTZjs18Q5bAuTMyR5K54j5V/R9Vy6I/igh0/+mCfIkMt4ZFf2fCfFs2zqafMWyMu0ReuS+NAxSOpisx/rzSXrzsmUFcxJ0EwH2vkzkIjE+cLgj3kpxDyytX1mDQTxayvBBlk7zY48Obn2G5Fq8+eKZUZWvYzY2If1tD8v6Zaj2ktD5A+KAzQ6Uarc8uTXW037MNsjcJNo0VN7i0R8t/vq091WOmpXrhWQPxPjtCngXUYr7SBPZDhL5qTVCbgodUu3qPVlEACT+KotoCRdvoIL8Tb3tiZOdIzumRCOhgplLSPB5cA0Ycup4vFKoZZWRe+5Kg/tOiQFm/w8ijfMP4iAZZgmddul9DWNwESSrtGHwMdqL8GQAtpGUmJRHFZHP5EZG1cAFeHmilftfktFA5/534YjghEA0jMJRLj2pRuMvT22L2J7GRE0nezM0azXtL+B/MuCNhB3yCGftpZSIA/uk+Me7x3p02QWWl7pe18P82FPtQMmRZ8xeKuLF/dkZsHsKAf5P9JvD/nuraA4nkWYMEdJpm4ZzhDJ/DBC12a/DeZ1tjIsfVzYBKIUPgILxhbQcLyzQRhso0+QW2gLvv84dRVQXpOcG6PX99BRwvofFrou0BXgK2UhxR0X8DuznAft+CQhUhsIfpIDS3jXBW4vDjN6ZULSyzBrwFQEhYBLiPtfhrfHuSnjPux7syHG47Ga1XyeDQimh1I1BMU3S4ApnjKiYwkb7tR/gNMUyPf5DTRJ31ZvyTrvANKU7k/DWVaRnWPsg23XMku7lZRbEHqX4BlJfAVIfG036gghFSJQNFU4krS3jXBW4vDjN37IfbWVa4o8D2mgQP29vLw86ZjEnIfuYwMphZMNRZEZto+0Em/RlMsDWxwOJzhK9zQ5G0Nql/tOYG/NRlLQxHdpP7NAcuQ1P1Xh1CgWhP1E/+h4uq5/vDLXQTqqfcIiRYFlyH3SXn8LTvXh/DW+PcdLeMm1ytbDHX3/j7AhfMtECX0CtPRt5A03O/fYluxNDQfL8uaAxaeA//HuFXdBMl/yTEGwZn5ZAAo4pLYiSs/AB49tkY/4Zl3M/VHBd9AJDNA/2gdii+mYTPYsgudGOBR9bXnPkZbK8eD4DbwkScEEIqRKx5HjzVKAErty95ALg/IeSET3aDRZywjCpZCUvB/IZiG3S44jPgnBOR04aJcHaInY127tvKrbPdXzWCqxugl3YFoO6Z64ADF6pC/C7LvmRtXlCtYG/ZAy72raB1rurdLuWOI5S0pDM/trfHBYVv6Ox75cEqiwRjXoqW2VIvaCGAMvUI0kB/5X5G3WRi7O4Yz10XutVcUyQwV9wIZa5rEdDwUsXouO+n5lDnlCiWhRTNVuC5ico6/rwpRZ845AXbBSljQbGEJYg//D8Q6jt7hMHaga88bvXvdXz/faGE+O7Act8WNGz9wqxLsY5JqQBHeL1Ek4OTitkYtKfw2k5cXrpwtqyvL21IVAK/3ToHK/ZbH4YQ/ZtNZ+GpA2Sz1YZ9yTq3Tcvh0vE4jzopEHM1SEwGZFZdowM1b3b1cMwBQrI4iwsAA1ROswxGPE8EcA4Dx8A66TWhQm945lp8iMtWetL8L3IxDYO42ZWf3qg84Sd/844mcvswr7d1WhTLMgHGG07IyI9ZQHdM3cWiHoOB92MQ3ZhI3jGFS7xejQqdjxaLrPexa8lck9MaySFMcx4+HO98qCDVzF+sLXusDq/7vJAEW0W2oAUcujGkuivy3QJkLaoN/zGw3JQyUiBQAMttHmpjl6sh3KTurABAfruReiwK5yAfSR/kAFXuxlv8Q+EN2WDZ4vneIjenH9hZG+LvSrrlTKAyLivjkjYxLogfUtgDobvwo5S7Ylq1FMWCirQkUqBlrdw+awOCcELqZJsyvltYE+X7F9ylsDmeRnkEa6qEwhBet3AoBFcHWbMhyjsFmzfrffOP2pfPKwOuNPFoM8NkAuHEsA75lUXvUgCVAV0uS3+Zq+TR3Wz+nTRDZ6q0lsDFd8KFFz8MwKtARwYmtTC4OWdgWGO/oMp9hQsxhscJyCx3mo5NrpZpp3yG8Br+CSk5Utb8eKDyUcnVwkM3BP6OJrSw3mmfuKYdsM6RtiLZLvrsXMi0i/6ui3ehF+UAjxXP1M6SDQdPDbshfvPaGXrqHdqsyXArU9RXRgXFp5r0CN1ADBkcDlYzulKjdy9t2YwScty1ZCDN6KfN6qewi3CXep4h+I+xECd1S8Vx2Uv0VkgfNzX3xnT440KgxsnGgsLeRek8xWOrm/CZhDShRl4ejOm+rXa2dbChdS8+wh4IJxF9U2tYl2C5jt+gSreV+ZJmsnt7bskN7O6YGZCk3nPzKVxFFmZNXFDBcOhDxT/ZqTVOs75LC5UYLaBp9LMc/SF6NMA66CNP1JzDi+IogSyJj+UoTVF7nXT77UXOXohHD1QCxHZKITcs2XuOoeHWZF4ChE36By/gKLj4jeWz3x4XF0KY8tfv4GZZ7ENTibT7tvFxVk1F2vdWrz5ADviJLJwd9+jmRLGNZJzpPXIl9SOK4kQRvfjXRpjg6DaL6as6xSbXuwdrlQPvvZmHw6G2K0Oyn8jgE8IUW1TzypHfk5off+PsuDnK70ObUtS1dG8bIaNTSLgAafpNjtuZHP1640g+iE3lofUjuvOCBDq4uD/7uwsP0RlLHR5CXvKmny1Y6ViTPq22juaeJLcx8iyVB80ANMErXGmVY1FiCc/OzVdyD3yzHhMdlpkpgSq/SAe0XQ+8CjlutAgH/jb5lYvMk0wRV/I4XTxXS0STE+cSj/4c1shS3lO2tsmmm89554VWZ7HHPVz6vp4YHNwZzDstitGtyL6RcIEW2ors0KuTGQqxJHaQEdsHnq3glJgL6/AG/ypz+SeM9dLKqtnWvh6Ej9bW/uj012iqdrI089AZaABoutIRPB7K1zvw912SeAlvnPiYGFSe/rX63qBO7etRMPo0yF5geaKpDP8f8xKG/fj5WT951rFzaTDnItN/Zu7PirYsx/torfBI7qFMQ8CHUow/7JOYJo2ivMpDl3x5LJl2VbEnVNlZUyLWa20lGPN+ATU3o7dRV+ubxO1cBx30DoWQBrBiWgYNy0hUVRCzG+MepCFz6DYdF/7LX5mIJqBvmXuBKQW1tvCOAvQvK19tMAt9PFKTRaoAhS5+1rGehAvUBBXh7Rv3XTh93m9MIPhx1EKToh4OoUKOgEPJpLYIheJ35BYewaTGC8aa0vb6fjGZpfOEKtoqE5c29JUP335YBn0tYinkyZErdddzlpQDJ03PZSxVSBCSOrKfAPR+sdRR6YE4TCeRxnq++SeOHZdG0K7tET2rkIM243HFPJGIQK6y9iYRWzdNLjgrfODIW2RfHJYeZfDYFQyRXoNZu4vF5E/CW5QM1C/cGOqbWjqFSl8VxLkrS6pj6DjCO/FiE4Xk+GzpvZpBon4rhMeY1TWc6T1yJfUjh211j9gM/Ez+mnks/0RpS/Kx6Yrf+mkJmtdKXFnCMi5GB8w5fZ/JZViYjsm6c5/4P2mXP2Z5RJt8gtL1+k3gdjW7CDUTLA+iTNkgDlgJCXkyavtdOsJVYvMr8aFp5jOeJ9UWfMbwvIn9R/RBXq4eEKrgmAMBCU8OP2LjESdIa/2xH9xWPF/Pw5fXnIRNPTC0Nj6VOk6UdNZlyOu60tHF/hObao4AnqsvzuD4fFRWvpFoQczpvqBczSJM94nW4fD8vBkSPaaggXkOfaTHGfxFxp8qi1MtHRkdO2phjKddaW9jJ+8jhQvmYYINC4hv9j+2HlzTRgizTfKxXhQ1OrkR6n7MwXCnC9uVem9L4MqEEwMJaz8Sr9uZRppK2ISDQMnXNM5vPOXja3OuH7C8FcK1NYwcFwc1suSeL7VuaWklXIZY5/w8qbarI0ZaB3Zz1gPOBPpsvaNH+7uyiXT31DZHjNJIGxpQvmkuo8XGAyybLdazMSon3HAXX2vCgocJUwY9XszeSAVtHTR+eXooIoVfD6uI0CyCi61RH4+Tjey5EckJBqr119rQGDkGKq9/akvYzF5+oNzpXNq8nTCJCVXkhgVI7iyGX9W+tlnV4yAbped+gPM0qhv7QF+zWFaj+FT+0GiQ7r+lueF/d6q/Hsk0GKY1Y9edqD1nQTTBxg5ia4GZE58bcofxGkpyGA5CgYDVZ3D9jHO7+f0dezqyJhhmzYJxlpHQuXR3YAigSdpElWVOSSSTJ04uZ5ZU4k7MnPNEyZxVBnnAKgMCOLdUuv8239GwcRaBPf1FErHxaiFxa9uquZyFlbHJ9WC3VjbGhBuXrQHSEMN6fMn13E4QqOR065/QxVMssWv+ly/zpchihPT/ahM5VTeAcCuHhRFb4CezbQME5TZJgA2n2ZsLj4KTko0I42CHpgFDpddm4iJf0o40XALVA/6Xfnwy2SM32EdZBpx8aEn745YTxpQAAGCiJ9PB9dNNVqyo9nBikz3TeDHF8AFcbShw//0KYC4y/kUwgGkIWAAABFr40023+UeUGFVYLDTe8Y0ArCsRVlwuUKAt5Yk3EkoaFL8CoSXwPM0EQkjTMLsNsFVNAFFEmq2SykgYB/0hRmImzvd2tkDiq/tvX6/fOq7s8+8r5vThdeNZFbZcuEskCda4Qrt1l90QfzaLfw5wC26OIgZnQAAAA" type="image/webp" class=" lazyloaded">
                  <source srcset="https://d33wubrfki0l68.cloudfront.net/40ee05a70056c9a65d7e592f756dfc690b07c814/3c092/static/g2-new-02e3931dd68389668f2468e5c97c3e80.png" type="image/jpeg" class=" lazyloaded">
                  <img data-src="https://d33wubrfki0l68.cloudfront.net/40ee05a70056c9a65d7e592f756dfc690b07c814/3c092/static/g2-new-02e3931dd68389668f2468e5c97c3e80.png" alt="4.5 G2 rating stars" class=" ls-is-cached lazyloaded" src="https://d33wubrfki0l68.cloudfront.net/40ee05a70056c9a65d7e592f756dfc690b07c814/3c092/static/g2-new-02e3931dd68389668f2468e5c97c3e80.png">
               </picture>
            </a>
         </div>
         <!-- REMOVE NEWSLETTER FORM <div id="footer-newsletter" class="c-footer__newsletter">
            <h5 role="presentation" class="u-color--primary">Sign up for our newsletter:</h5>
            <div>
               <a name="o-pardot-form" class="u-block o-pardot-form">
                  <div class="o-pardot-form">
                     <iframe src="https://resource.smartling.com/l/703963/2022-11-17/3vfj8m" width="100%" height="" type="text/html" frameborder="0" allowTransparency="true" style="border: 0"></iframe>                    
                  </div>
               </a>
            </div>
         </div> --> 
         <div class="c-footer__copyright l-grid l-grid--3up">
            <div class="u-spacing--half">
               <div class="u-flex u-spacing--left u-font--xs">
                  <a href="https://www.smartling.com/privacy"><u>Privacy</u></a><a href="https://www.smartling.com/legal"><u>Legal</u></a><a href="https://www.smartling.com/personal-data"><u>Security</u></a>
               </div>
            </div>
            <!-- FIX ALIGNMENT AFTER REMOVE FORM <p class="u-font--xs"> -->
<p>
               © <script>new Date().getFullYear()>2008&&document.write(+new Date().getFullYear());</script> by Smartling, Inc.
            </p>
            <div class="c-footer__social">
               <div class="c-social">
                  <a href="https://www.facebook.com/smartlinginc" aria-label="Social Icon Facebook" target="_blank" rel="noopener noreferrer" class="c-social__link c-social__link-facebook u-space--half--left u-space--half--right">
                     <span class="u-icon u-icon--s">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 30">
                           <path d="M3.75,10H0v5H3.75V30H10V15h4.55L15,10H10V7.92c0-1.2.24-1.67,1.39-1.67H15V0H10.24C5.74,0,3.75,2,3.75,5.77Z"></path>
                        </svg>
                     </span>
                  </a>
                  <a href="https://twitter.com/smartling" aria-label="Social Icon Twitter" target="_blank" rel="noopener noreferrer" class="c-social__link c-social__link-twitter u-space--half--left u-space--half--right">
                     <span class="u-icon u-icon--s">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 24.37">
                           <path
                              d="M26.92,6.07c0,.27,0,.54,0,.8,0,8.13-6.19,17.5-17.5,17.5A17.38,17.38,0,0,1,0,21.61a14.39,14.39,0,0,0,1.48.07,12.29,12.29,0,0,0,7.64-2.63,6.14,6.14,0,0,1-5.75-4.26,7.36,7.36,0,0,0,1.16.1,6.72,6.72,0,0,0,1.62-.21,6.15,6.15,0,0,1-4.93-6V8.57A6.31,6.31,0,0,0,4,9.35,6.18,6.18,0,0,1,2.09,1.12,17.51,17.51,0,0,0,14.77,7.56a7.42,7.42,0,0,1-.15-1.41A6.15,6.15,0,0,1,25.26,1.94,12,12,0,0,0,29.16.46a6.18,6.18,0,0,1-2.7,3.39,12.36,12.36,0,0,0,3.54-1,13.11,13.11,0,0,1-3.08,3.18Z"
                              ></path>
                        </svg>
                     </span>
                  </a>
                  <a href="https://www.linkedin.com/company/smartling" aria-label="Social Icon LinkedIn" target="_blank" rel="noopener noreferrer" class="c-social__link c-social__link-linkedin u-space--half--left u-space--half--right">
                     <span class="u-icon u-icon--s">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 28.75">
                           <path d="M0,3.12a3.1,3.1,0,1,1,6.19,0A3.1,3.1,0,1,1,0,3.12Zm16.2,8.32V8.75H10v20h6.21V18.25c0-5.84,7.54-6.31,7.54,0v10.5H30V16.09C30,6.24,18.85,6.6,16.23,11.44ZM0,28.75H6.25v-20H0Z"></path>
                        </svg>
                     </span>
                  </a>
                  <a href="https://www.youtube.com/SmartlingInc" aria-label="Social Icon YouTube" target="_blank" rel="noopener noreferrer" class="c-social__link c-social__link-youtube u-space--half--left u-space--half--right">
                     <span class="u-icon u-icon--s">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 22.5">
                           <path d="M24.52.23C20-.08,10-.08,5.48.23.61.56,0,3.51,0,11.25s.61,10.69,5.48,11c4.5.31,14.53.31,19,0C29.39,21.94,30,19,30,11.25S29.39.56,24.52.23Zm-13.27,16v-10l10,5Z"></path>
                        </svg>
                     </span>
                  </a>
               </div>
            </div>
         </div>
      </footer>
   </div>
</div>
<script>
   $('table').on('scroll', function () {
     $("table > *").width($("table").width() + $("table").scrollLeft());
   });
</script>
<script type="text/javascript">
   piAId = '704963';
   piCId = '100993';
   piHostname = 'pi.pardot.com';
   (function() {
   	function async_load(){
   		var s = document.createElement('script'); s.type = 'text/javascript';
   		s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js';
   		var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c);
   	}
   	if(window.attachEvent) { window.attachEvent('onload', async_load); }
   	else { window.addEventListener('load', async_load, false); }
   })();
</script>
<script>
  window.intercomSettings = {
    api_base: "https://api-iam.intercom.io",
    app_id: "qut39av2",
	  hide_default_launcher: false
  };
</script>

<script>
  // We pre-filled your app ID in the widget URL: 'https://widget.intercom.io/widget/qut39av2'
  (function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',w.intercomSettings);}else{var d=document;var i=function(){i.c(arguments);};i.q=[];i.c=function(args){i.q.push(args);};w.Intercom=i;var l=function(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/qut39av2';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);};if(document.readyState==='complete'){l();}else if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})();
</script>

<script>
  Intercom('hide');
</script>

<!-- Birdie Recorder for Zendesk -->
<script id="screen-recorder">(function(){window.addEventListener("load",function(){var t=document.createElement("script");t.type="text/javascript",t.async=!0,t.src="https://app.birdie.so/zendesk/widget/j0po0aby",document.body.appendChild(t)});})();</script>


  <!-- / -->

  
  <script src="//static.zdassets.com/hc/assets/en-us.404652bbf2e628fcc3e0.js"></script>
  <script src="https://smartling.zendesk.com/auth/v2/host/without_iframe.js" data-brand-id="3193366" data-return-to="https://help.smartling.com/hc/en-us" data-theme="hc" data-locale="en-us" data-auth-origin="3193366,true,true"></script>

  <script type="text/javascript">
  /*

    Greetings sourcecode lurker!

    This is for internal Zendesk and legacy usage,
    we don't support or guarantee any of these values
    so please don't build stuff on top of them.

  */

  HelpCenter = {};
  HelpCenter.account = {"subdomain":"smartling","environment":"production","name":"Smartling"};
  HelpCenter.user = {"identifier":"da39a3ee5e6b4b0d3255bfef95601890afd80709","email":null,"name":"","role":"anonymous","avatar_url":"https://assets.zendesk.com/hc/assets/default_avatar.png","is_admin":false,"organizations":[],"groups":[]};
  HelpCenter.internal = {"asset_url":"//static.zdassets.com/hc/assets/","web_widget_asset_composer_url":"https://static.zdassets.com/ekr/snippet.js","current_session":{"locale":"en-us","csrf_token":null,"shared_csrf_token":null},"usage_tracking":{"event":"front_page_viewed","data":"BAh7BjoKX21ldGF7DDoPYWNjb3VudF9pZGkCTXI6E2hlbHBfY2VudGVyX2lkaQRC9usLOg1icmFuZF9pZGkDFrowOgx1c2VyX2lkMDoTdXNlcl9yb2xlX25hbWVJIg5BTk9OWU1PVVMGOgZFVDoLbG9jYWxlSSIKZW4tdXMGOwtUOhphbm9ueW1vdXNfdHJhY2tpbmdfaWQw--ec0db018dc8b5a469e7c462e6b6c3756479a6fbf","url":"https://help.smartling.com/hc/activity"},"current_record_id":null,"current_record_url":null,"current_record_title":null,"current_text_direction":"ltr","current_brand_id":3193366,"current_brand_name":"Smartling","current_brand_url":"https://smartling.zendesk.com","current_brand_active":true,"current_path":null,"show_autocomplete_breadcrumbs":true,"user_info_changing_enabled":false,"has_user_profiles_enabled":false,"has_end_user_attachments":true,"user_aliases_enabled":false,"has_anonymous_kb_voting":true,"has_multi_language_help_center":true,"show_at_mentions":false,"embeddables_config":{"embeddables_web_widget":false,"embeddables_help_center_auth_enabled":false,"embeddables_connect_ipms":false},"answer_bot_subdomain":"static","gather_plan_state":"subscribed","has_article_verification":false,"has_gather":true,"has_ckeditor":false,"has_community_enabled":false,"has_community_badges":true,"has_community_post_content_tagging":false,"has_gather_content_tags":true,"has_guide_content_tags":true,"has_user_segments":true,"has_answer_bot_web_form_enabled":true,"has_garden_modals":false,"theming_cookie_key":"hc-da39a3ee5e6b4b0d3255bfef95601890afd80709-2-preview","is_preview":false,"has_search_settings_in_plan":true,"theming_api_version":2,"theming_settings":{"brand_color":"rgba(106, 55, 206, 1)","brand_text_color":"#FFFFFF","text_color":"#2F3941","link_color":"rgba(112, 64, 220, 1)","hover_link_color":"#0F3554","visited_link_color":"#9358B0","background_color":"#FFFFFF","heading_font":"-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif","text_font":"-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif","logo":"/hc/theming_assets/01HZPAEY11Y9NBWHJM1DXKGZJK","show_brand_name":true,"favicon":"/hc/theming_assets/01HZPAEY7G7YS8DJ8J3EGY0X0T","homepage_background_image":"/hc/theming_assets/01HZPAEYFW6XJCPFNHE89V1DFK","community_background_image":"/hc/theming_assets/01HZPAEYPBJJGR4HXSWEWS8V61","community_image":"/hc/theming_assets/01HZPAEYVK5BA6JRTHXSKKXF7V","instant_search":true,"scoped_kb_search":true,"scoped_community_search":true,"show_recent_activity":true,"show_articles_in_section":true,"show_article_author":true,"show_article_comments":true,"show_follow_article":true,"show_recently_viewed_articles":true,"show_related_articles":true,"show_article_sharing":true,"show_follow_section":true,"show_follow_post":true,"show_post_sharing":true,"show_follow_topic":true,"request_list_beta":false},"has_pci_credit_card_custom_field":false,"help_center_restricted":false,"is_assuming_someone_else":false,"flash_messages":[],"user_photo_editing_enabled":true,"user_preferred_locale":"en-us","base_locale":"en-us","login_url":"/hc/en-us/signin?return_to=https%3A%2F%2Fhelp.smartling.com%2Fhc%2Fen-us","has_alternate_templates":false,"has_custom_statuses_enabled":true,"has_hc_generative_answers_setting_enabled":true,"has_generative_search_with_zgpt_enabled":false,"has_suggested_initial_questions_enabled":false,"has_guide_service_catalog":true,"has_service_catalog_search_poc":false,"has_service_catalog_itam":false,"has_csat_reverse_2_scale_in_mobile":false,"has_knowledge_navigation":false,"has_csat_bet365_branding":false,"version":"v26763","dev_mode":false};
</script>

  
  
  <script src="//static.zdassets.com/hc/assets/hc_enduser-6bb8c126cd94071ae088453513eacb99.js"></script>
  <script type="text/javascript" src="/hc/theming_assets/29261/3193366/script.js?digest=43710685997979"></script>
  
</body>
</html>