CINXE.COM
Localization Tools | Software Translation | Alchemy Software Development
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml"> <head> <meta name='viewport' content='initial-scale=1,width=device-width' /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="google-site-verification" content="eCIK_U0afuOXawFCD-USgGUzkmo_1nGPZ2QPLZUikuQ" /> <title>Localization Tools | Software Translation | Alchemy Software Development</title> <meta name="description" content="Alchemy is the leading provider of visual localization tools. Find info, downloads, support for Alchemy CATALYST, the gold standard in software localization."> <meta name="keywords" content="Alchemy, software, localization, cat tools, translation software, internalization"> <meta name="robots" content="INDEX, FOLLOW, NOODP"> <!--<meta name="msapplication-TileColor" content="#5A97B1" />--> <meta name="msapplication-TileColor" content="#0072c6" /> <meta name="msapplication-TileImage" content="/images/windows8_pinning.png" /> <!-- Here's to you, Alexis G. ! --> <script type="text/javascript" src="/scripts/jquery-1.8.3.min.js"></script> <script type="text/javascript" src="/scripts/jquery-ui-1.9.2.custom.min.js"></script> <!--[if IE 8]> <script src="/scripts/ie8_fix_maxwidth.js" type="text/javascript"></script> <![endif]--> <!--[if IE]> <style type="text/css"> <!-- #header-top { background:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F0072c6,endColorstr=#7F0072c6); zoom: 1; } --> </style> <![endif]--> <script type="text/javascript" src="/scripts/main.js"></script> <script type="text/javascript" src="/scripts/jquery.cycle.all.js"></script> <script type="text/javascript" src="/scripts/css3-mediaqueries.js"></script> <link href="/css/main.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-24348633-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <script type="text/javascript"> //get mainmap areas based on size of image function getMainmapAreas(imageWidth,imageHeight) { /* //Original image size 1305 x 302 map areas X Y W H Help system 936 88 108 99 (936,88,1044,187) Mobile 1094 11 77 97 (1094,11,1171,108) Web Content 1030 195 106 93 (1030,195,1136,288) Software Applications 1165 204 107 95 (1165,204,1272,299) Embedded Software 1202 56 87 88 (1202,56,1289,144) */ var s = ""; var xa = 0; var ya = 0; var xb = 0; var yb = 0; //Help system xa = Math.floor(936*imageWidth/1305); ya = Math.floor(88*imageHeight/302); xb = Math.floor(1044*imageWidth/1305); yb = Math.floor(187*imageHeight/302); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="/solutions/help_content.html" title="Translating Help Content" alt="Translating Help Content"/>'; //MOBILE xa = Math.floor(1094*imageWidth/1305); ya = Math.floor(11*imageHeight/302); xb = Math.floor(1171*imageWidth/1305); yb = Math.floor(108*imageHeight/302); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="/solutions/mobile_devices.html" title="Translating Mobile Devices" alt="Translating Mobile Devices"/>'; //WEB CONTENT xa = Math.floor(1030*imageWidth/1305); ya = Math.floor(195*imageHeight/302); xb = Math.floor(1136*imageWidth/1305); yb = Math.floor(288*imageHeight/302); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="/solutions/html_xml.html" title="Translating XML & HTML content" alt="Translating XML & HTML content"/>'; //SOFTWARE APPLICATIONS xa = Math.floor(1165*imageWidth/1305); ya = Math.floor(204*imageHeight/302); xb = Math.floor(1272*imageWidth/1305); yb = Math.floor(299*imageHeight/302); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="/solutions/software_applications.html" title="Localizing Software Applications" alt="Localizing Software Applications"/>'; //TO DO...Embedded Software //original area (1202,56,1289,144) return s; } function refreshMainImageMap() { var currentW = $('#mainImage').width(); var currentH = $('#mainImage').height(); $('#mainmap').empty().html(getMainmapAreas(currentW,currentH)); var areas = document.getElementsByTagName( 'area' ); if (areas.length < 1) return; if (areas[0].addEventListener) // W3C DOM { for( var index = 0; index < areas.length; index++ ) { areas[index].addEventListener( 'mouseover', function () {this.focus();}, false ); areas[index].addEventListener( 'mouseout', function () {this.blur();}, false ); }; } else if (areas[0].attachEvent) // IE DOM { for( var index = 0; index < areas.length; index++ ) { areas[index].attachEvent( 'onmouseover', function () {this.focus();}, false ); areas[index].attachEvent( 'onmouseout', function () {this.blur();}, false ); }; } } function getCustomersMapAreas(imageWidth,imageHeight) { /* //Original image size 1200 x 600 map areas X Y W H Abbott 78 91 114 124 Amazon 242 52 200 68 Apple 487 96 109 116 Creaform 646 62 165 59 Deloitte 932 82 160 65 Information Builders 215 219 163 76 Ivanti 415 262 186 77 Konica Minolta 704 231 185 113 Milestone 769 152 154 53 GM 993 196 135 135 Nikon 65 322 133 134 Panasonic 261 383 177 64 Renishaw 606 393 185 74 Scania 872 386 160 48 Siemens 178 534 160 38 Philips 481 444 101 116 Tableau 719 527 185 59 Schneider 958 453 182 65 */ var s = ""; var xa = 0; var ya = 0; var xb = 0; var yb = 0; //Abbott xa = Math.floor(78*imageWidth/1200); ya = Math.floor(91*imageHeight/600); xb = Math.floor(192*imageWidth/1200); yb = Math.floor(215*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.abbott.com" target="_blank"/>'; //Amazon xa = Math.floor(242*imageWidth/1200); ya = Math.floor(52*imageHeight/600); xb = Math.floor(442*imageWidth/1200); yb = Math.floor(120*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.amazon.com" target="_blank"/>'; //Apple //487 96 109 116 xa = Math.floor(487*imageWidth/1200); ya = Math.floor(96*imageHeight/600); xb = Math.floor(596*imageWidth/1200); yb = Math.floor(212*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.apple.com" target="_blank"/>'; //Creaform //646 62 165 59 xa = Math.floor(646*imageWidth/1200); ya = Math.floor(62*imageHeight/600); xb = Math.floor(811*imageWidth/1200); yb = Math.floor(121*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.creaform.com" target="_blank"/>'; //Deloitte //932 82 160 65 xa = Math.floor(932*imageWidth/1200); ya = Math.floor(82*imageHeight/600); xb = Math.floor(1092*imageWidth/1200); yb = Math.floor(147*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.deloitte.com" target="_blank"/>'; //Information Builders //215 219 163 76 xa = Math.floor(215*imageWidth/1200); ya = Math.floor(219*imageHeight/600); xb = Math.floor(378*imageWidth/1200); yb = Math.floor(295*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.informationbuilders.com" target="_blank"/>'; //Ivanti //415 262 186 77 xa = Math.floor(415*imageWidth/1200); ya = Math.floor(262*imageHeight/600); xb = Math.floor(601*imageWidth/1200); yb = Math.floor(339*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.ivanti.com" target="_blank"/>'; //Konica Minolta //704 231 185 113 xa = Math.floor(704*imageWidth/1200); ya = Math.floor(231*imageHeight/600); xb = Math.floor(889*imageWidth/1200); yb = Math.floor(344*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.konicaminolta.com/us-en/" target="_blank"/>'; //Milestone //769 152 154 53 xa = Math.floor(769*imageWidth/1200); ya = Math.floor(152*imageHeight/600); xb = Math.floor(923*imageWidth/1200); yb = Math.floor(205*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.milestonesys.com" target="_blank"/>'; //GM //993 196 135 135 xa = Math.floor(993*imageWidth/1200); ya = Math.floor(196*imageHeight/600); xb = Math.floor(1128*imageWidth/1200); yb = Math.floor(331*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.gm.com" target="_blank"/>'; //Nikon //65 322 133 134 xa = Math.floor(65*imageWidth/1200); ya = Math.floor(322*imageHeight/600); xb = Math.floor(198*imageWidth/1200); yb = Math.floor(456*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.nikon.com" target="_blank"/>'; //Panasonic //261 383 177 64 xa = Math.floor(261*imageWidth/1200); ya = Math.floor(383*imageHeight/600); xb = Math.floor(438*imageWidth/1200); yb = Math.floor(447*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.panasonic.com" target="_blank"/>'; //Renishaw //606 393 185 74 xa = Math.floor(606*imageWidth/1200); ya = Math.floor(393*imageHeight/600); xb = Math.floor(791*imageWidth/1200); yb = Math.floor(467*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.renishaw.com" target="_blank"/>'; //Scania //872 386 160 48 xa = Math.floor(872*imageWidth/1200); ya = Math.floor(386*imageHeight/600); xb = Math.floor(1032*imageWidth/1200); yb = Math.floor(434*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.scania.com" target="_blank"/>'; //Siemens //178 534 160 38 xa = Math.floor(178*imageWidth/1200); ya = Math.floor(534*imageHeight/600); xb = Math.floor(338*imageWidth/1200); yb = Math.floor(572*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.siemens.com" target="_blank"/>'; //Philips //481 444 101 116 xa = Math.floor(481*imageWidth/1200); ya = Math.floor(444*imageHeight/600); xb = Math.floor(582*imageWidth/1200); yb = Math.floor(560*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.philips.com" target="_blank"/>'; //Schneider //958 453 182 65 xa = Math.floor(958*imageWidth/1200); ya = Math.floor(453*imageHeight/600); xb = Math.floor(1140*imageWidth/1200); yb = Math.floor(518*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.schneider-electric.com" target="_blank"/>'; //Tableau //719 527 185 59 xa = Math.floor(719*imageWidth/1200); ya = Math.floor(527*imageHeight/600); xb = Math.floor(904*imageWidth/1200); yb = Math.floor(586*imageHeight/600); s += '<area shape="rect" coords="'+xa+','+ya+','+xb+','+yb+'" href="https://www.tableau.com" target="_blank"/>'; return s; } function refreshCustomersImageMap() { var currentW = $('#customersImage').width(); var currentH = $('#customersImage').height(); $('#customersmap').empty().html(getCustomersMapAreas(currentW,currentH)); var areas = document.getElementsByTagName( 'area' ); if (areas.length < 1) return; if (areas[0].addEventListener) // W3C DOM { for( var index = 0; index < areas.length; index++ ) { areas[index].addEventListener( 'mouseover', function () {this.focus();}, false ); areas[index].addEventListener( 'mouseout', function () {this.blur();}, false ); }; } else if (areas[0].attachEvent) // IE DOM { for( var index = 0; index < areas.length; index++ ) { areas[index].attachEvent( 'onmouseover', function () {this.focus();}, false ); areas[index].attachEvent( 'onmouseout', function () {this.blur();}, false ); }; } } </script> </head> <body> <div id="page"> <div id="pre-header"><a href="/index.html"><img src="/images/logo_alchemy_light_50.png" alt="Alchemy Software Development homepage" name="logo" id="logo"></a><div id="secondary-links-container"><ul id="secondary-links"><li><a class="pre-nav-link" href="/estore/order.html">buy</a></li><li><a class="pre-nav-link" href="/downloads/downloads.html">downloads</a></li><li><a class="pre-nav-link " href="/support/support_center.jsp">support</a></li><li><a class="pre-nav-link" href="/company/contacts.html">contacts</a></li></ul></div><div id="menu-icon"><a href="#" class="image-effect small-nav-link"><span>menu</span><img src="/images/threelines.png" alt="Menu icon"/></a></div></div> <!--<span id="win-width" style="position:fixed;top:0px;right:5px;font-size:80%;color:#E1E1E1;z-index:2000;"></span>--> <script> /*$(document).ready(function () { $('#win-width').html('w: ' + $(window).width().toString()); $(window).resize(function() { $('#win-width').html('w: ' + $(window).width().toString()); }); });*/ </script> <div id="header"><img class="header-pic" src="/images/map6.jpg" /><!--<div id="main-webinars"><a href="/resources/webinars.html"><img src="/images/webinar-icon_blue.png" /><p>Live<br />Webinars<br />Calendar</p></a></div>--> <div id="header-top" ><a href="/downloads/downloads.html"><!--<div id="header-top-just-launched" class="fading_text"></div>--></a><a href="/products/alchemy_catalyst.html?whatsnew"><img id="main-header-catalyst-logo" src="/images/logo_alchemy_catalyst_new2.png" alt="Alchemy CATALYST logo" /></a><a href="/products/alchemy_catalyst.html?whatsnew"><img id="main-header-catalyst-2021" src="/images/products/2023_main_small.png" alt="CATALYST 2023" /></a><div id="main-graphic-mainpage-text"><a href="/products/alchemy_catalyst.html?whatsnew"><span id="main-graphic-mainpage-text-new">New!</span><span id="main-graphic-mainpage-text-h3">Alchemy</span><span id="main-graphic-mainpage-text-h2">Catalyst <span class="main-graphic-mainpage-text-20-hollow">20</span>23</span><span id="main-graphic-mainpage-text-h4">Advanced Translation Memory</span></a></div> <div id="mainpage-link1"><a href="/downloads/downloads.html" class="orange" >Download Free Trial <img src="/images/arrow-right-blue.png" /></a></div> <!--<div id="mainpage-link2"><a href="/resources/catalyst_primer.html" style="color:#0072c6;">View Online Demo <img src="/images/arrow-right-blue-transparent.png" /></a></div> --> <!--<div id="mainpage-link3"><a href="/resources/resources.html" style="color:#0072c6;">White Papers <img src="/images/arrow-right-blue-transparent.png" /></a></div> --> </div> <div id="block-header1"><div class="block-header-content" id="block1"></div></div> <div id="block-header4"><div class="block-header-content" id="block4"></div></div> <div id="block-header2"><div class="block-header-content2 block2-font" id="block2"><ul id="primary-links"><li style="list-style:none"><a class="main-link nav-link nav-main-link-default" href="#" id="products-link" >catalyst</a></li><li style="list-style:none"><a class="main-link nav-link nav-main-link-default" id="solutions-link" href="#" >solutions</a></li><li style="list-style:none"><a class="main-link nav-link nav-main-link-default" id="resources-link" href="#" >resources</a></li><l style="list-style:none"i><a class="main-link nav-link nav-main-link-default" id="support-link" href="#" >support</a></li><li style="list-style:none"><a class="main-link nav-link nav-main-link-default" href="#" id="about-link">company</a></li></ul> </div></div> <div id="block-header3"><div class="block-header-content" id="block3"><!--ABOUT DIV--><div id="nav-about" class="nav-content nav-content-font" ><ul id="nav-about-links"><li><a class="nav-link" href="/company/about_us.html">Company Information</a></li><li><a class="nav-link" href="/company/our_network.html">Our Network</a></li><!--<li><a class="nav-link" href="/company/news.html">News</a></li>--><li><a class="nav-link" href="/company/events.html">Events</a></li><li><a class="nav-link" href="/company/careers.html">Careers</a></li><li><a class="nav-link" href="/company/contacts.html">Contacts</a></li></ul></div><!--PRODUCTS DIV--><div id="nav-products" class="nav-content nav-content-font" ><ul id="nav-products-links"><li><a class="nav-link" href="/products/alchemy_catalyst.html">CATALYST 2023</a></li><!--<li><a class="nav-link" href="/products/alchemy_publisher.html">PUBLISHER 3.0</a></li><li><a class="nav-link" href="/products/alchemy_language_exchange.html">Language Exchange 3.0</a></li>--><li><a class="nav-link" href="/products/network_license.html">Desktop/Network Licenses</a></li><li><a class="nav-link" href="/downloads/downloads.html">Downloads</a></li><li><a class="nav-link" href="/estore/order.html">Store</a></li></ul> </div> <!--SOLUTIONS DIV--><div id="nav-solutions" class="nav-content nav-content-font" ><ul id="nav-solutions-links"><li><a class="nav-link" href="/solutions/software_applications.html">Software Applications</a></li><li><a class="nav-link" href="/solutions/html_xml.html">XML & HTML</a></li><li><a class="nav-link" href="/solutions/mobile_devices.html">Mobile Devices</a></li><li><a class="nav-link" href="/solutions/help_content.html">Help Content</a></li><!--<li class="nav-link-coming-soon">Excel & Database <span class="small">(page coming soon)</span></li><li class="nav-link-coming-soon">Embedded Devices <span class="small">(page coming soon)</span></li>--></ul></div> <!--RESOURCES DIV--><div id="nav-resources" class="nav-content nav-content-font" ><ul id="nav-resources-links"><li><a class="nav-link" href="/resources/catalyst_primer.html">CATALYST Introduction</a></li><li><a class="nav-link" href="/resources/resources.html">Resources</a></li><li><a class="nav-link" href="/resources/tutorials.html">Video Tutorials</a></li><li><a class="nav-link" href="/resources/knowledgebase.html">Knowledge Base</a></li><li><a class="nav-link" href="/coffee/index.html">Coffee Break videos</a></li></ul></div> <!--SUPPORT DIV--><div id="nav-support" class="nav-content nav-content-font" ><ul id="nav-support-links"><li><a class="nav-link" href="/support/support_center.jsp">Support Center</a></li><li><a class="nav-link" href="/support/support_evaluation.html">Product Evaluation</a></li><li><a class="nav-link" href="/support/support_services.html">Support Services</a></li><li><a class="nav-link" href="/downloads/downloads.html">Downloads</a></li></ul></div> </div></div> <!---------- SMALL SCREEN NAVIGATION ------------------> <div id="small-nav-container"> <a href="/index.html"><img src="/images/logo_alchemy_icon.png" id="small-nav-icon" alt="Alchemy Software Development homepage" /></a><a href="#" class="small-nav-link"><img src="/images/threelines_white.png" alt="Menu icon" id="small-nav-nav" /></a> <div id="small-nav"> <p class="small-nav-section">catalyst</p> <ul> <li><a href="/products/alchemy_catalyst.html">CATALYST 2023</a></li> <!--<li><a href="/products/alchemy_publisher.html">PUBLISHER 3.0</a></li> <li><a href="/products/alchemy_language_exchange.html">Language Exchange 3.0</a></li>--> <li><a href="/products/network_license.html">Desktop/Network Licenses</a></li> <li><a href="/downloads/downloads.html">Downloads</a></li> <li><a href="/estore/order.html">Store</a></li> </ul> <p class="small-nav-section">solutions</p> <ul> <li><a href="/solutions/software_applications.html">Software Applications</a></li> <li><a href="/solutions/html_xml.html">XML & HTML</a></li> <li><a href="/solutions/mobile_devices.html">Mobile Devices</a></li> <li><a href="/solutions/help_content.html">Help Content</a></li> <!--<li ><span class="small">(page coming soon)</span> Excel & Database</li>--> <!--<li ><span class="small">(page coming soon)</span> Embedded Devices</li>--> </ul> <p class="small-nav-section">resources</p> <ul> <li><a href="/resources/catalyst_primer.html">CATALYST Introduction</a></li> <li><a href="/resources/resources.html">Resources</a></li> <li><a href="/resources/tutorials.html">Video Tutorials</a></li> <li><a href="/resources/knowledgebase.html">Knowledge Base</a></li> <li><a href="/coffee/index.html">Coffee Break videos</a></li> </ul> <p class="small-nav-section">support</p> <ul> <li><a href="/support/support_center.jsp">Support Center</a></li> <li><a href="/support/support_evaluation.html">Product Evaluation</a></li> <li><a href="/support/support_services.html">Support Services</a></li> <li><a href="/downloads/downloads.html">Downloads</a></li> </ul> <p class="small-nav-section">company</p> <ul> <li><a href="/company/about_us.html">Company Information</a></li> <li><a href="/company/our_network.html">Our Network</a></li> <!--<li><a href="/company/news.html">News</a></li>--> <li><a href="/company/events.html">Events</a></li> <li><a href="/company/careers.html">Careers</a></li> <li><a href="/company/contacts.html">Contacts</a></li> </ul> </div> </div> </div> <div id="main-content"> <div id="main-content-common-wrapper"> <div id="main-page-wrapper"> <div id="main-page-main-img-wrapper"> <div id="main-page-main-text"><span id="main-page-main-text1">Software Localization:</span><span id="main-page-main-text2">all technologies... </span><span id="main-page-main-text3"> One Solution!</span></div> <img id="mainImage" src="/images/main3.jpg" alt="All Technologies - One Solution" usemap="#mainmap" /> <map name="mainmap" id="mainmap"> </map> </div> <div id="main-page-boxes-wrapper"> <div id="main-page-box1"> <h3>Who We Are</h3> <p>Alchemy Software Development is the leading provider of visual localization tools. Alchemy technologies are the world's most recognized visual localization technology with 80% of the world's largest software companies using Alchemy CATALYST to accelerate entry to international markets, improve revenue growth opportunities, and reduce their costs. </p> <p>With over 25,000 licenses worldwide, Alchemy CATALYST is the dominant choice among professional development companies, localization service providers, and global technology leaders including Amazon, Apple, Philips, and Siemens. </p> <p><a href="/company/about_us.html">Read more...</a></p> </div> <div id="main-page-box2"> <h3>Alchemy CATALYST Introduction</h3> <div id="primer-slideshow"> <img src="/images/primer_slides/slide1.jpg" /> <img src="/images/primer_slides/slide2.jpg" /> <img src="/images/primer_slides/slide3.jpg" /> <img src="/images/primer_slides/slide4.jpg" /> <img src="/images/primer_slides/slide5.jpg" /> <img src="/images/primer_slides/slide6.jpg" /> <img src="/images/primer_slides/slide7.jpg" /> <img src="/images/primer_slides/slide8.jpg" /> <img src="/images/primer_slides/slide9.jpg" /> <img src="/images/primer_slides/slide10.jpg" /> <img src="/images/primer_slides/slide11.jpg" /> </div> <img id="main-page-primer-play" src="/images/youtube_play_small.png" alt="Play icon" /></a> <p>Watch this new series of short videos on software localization</p> </div> <div id="main-page-box3"> <h3 style="color:#FF8E53 !important ;">In the Spotlight</h3> <div id="main-page-product-cat"><a href="/products/alchemy_catalyst.html"><img src="/images/catalyst_box_small.png" alt="Alchemy CATALYST box" /></a><div id="main-page-cat10-name"> <span id="main-page-cat10-name1">alchemy</span> <span id="main-page-cat10-name2">catalyst 2023</span> <span id="main-page-cat10-name3">Advanced Translation Memory</span> </div> </div> <div class="mainpage-spotlight"> <p><span class="mainpage-spotlight-new">NEW</span> .NET 6+ Support</p> <p><span class="mainpage-spotlight-new">NEW</span> Native Markdown Support</p> <p><span class="mainpage-spotlight-new">NEW</span> Navigator Filter</p> <p><span class="mainpage-spotlight-new">NEW</span> Segmentation Enhancements</p> <p><span class="mainpage-spotlight-new">NEW</span> UI Enhancements</p> <!-- <p><span class="mainpage-spotlight-new">ENHANCED</span> Text & XML Parsers</p>--> <p><a href="/products/alchemy_catalyst.html?whatsnew">Read more...</a></p> </div> <!--<div id="main-page-product-pub"><a href="/products/alchemy_publisher.html"><img src="/images/publisher_box_small.png" alt="Alchemy PUBLISHER box" /></a> <div id="main-page-pub3-name"> <span id="main-page-pub3-name1">alchemy</span> <span id="main-page-pub3-name2">publisher 3.0</span> <span id="main-page-pub3-name3">Advanced TM for Documentation</span> </div> </div> <div id="main-page-product-alex"><a href="/products/alchemy_language_exchange.html"><img src="/images/alex_box_small.png" alt="Alchemy Language Exchange box" /></a> <div id="main-page-alex-name"> <span id="main-page-alex-name1">alchemy</span> <span id="main-page-alex-name2">language</span> <span id="main-page-alex-name3">exchange 3.0</span> </div>--> </div> </div><!--Boxes wrapper--> </div> <div id="main-page-3rd_row-wrapper"> <div id="main-page-3rd_row-1box"> <h3>Testimonials</h3> <div id="testimonials-slideshow"> <div>"Alchemy CATALYST continues to lead the way in localization automation and continues to enhance productivity efficiencies, which clearly justifies the investment"<cite>Citrix Systems R&D Ltd.</cite></div> <div>"We've been using Alchemy CATALYST for years for validating both the translation AND the source files. There is no better tool."<cite>Panasonic Electric Works Europe AG</cite><br/></div> <div>"With Alchemy CATALYST we are now in control, and as a result, saving lots of money."<cite>Hewlett-Packard Company</cite><br/></div> <div>"The Alchemy Catalyst support team are great! They have helped us out many times now and have always been able to provide us with a solid answer to our queries. No matter how obscure our queries are or how difficult the issues have been the Alchemy support team have always been on hand to give us a solution."<cite>Renishaw</cite><br/></div> <div>"I really want to give many thanks to Alchemy Catalyst support. Since they always take great considerations for their customers, by instantly responding emails and resolving questions. From my experience, they are patient to listen to my confusions, and can always find a solution by offering their crystal explanations for me. It's a pleasure being a customer with them!"<cite>SAP</cite><br/></div> <div>"I have been an Alchemy CATALYST user for more than eight years, and I have always appreciated the quality of personal attention that I have received when I needed help. My requests for license transfers are often implemented within the hour, sometimes immediately. Potential bug reports are responded to rapidly, often with a helpful workaround while the issue is being investigated. I am a happy customer"<cite>Nikon</cite><br/></div> <div>"I did not want to leave on holidays without thanking you again for your assistance on resolving the Borrow licensing issue for the XP machine. It is in this type of problem that we could kick ourselves for not renewing our support agreement."<cite>ACDSystems</cite><br/></div> <div>"Thank you very much for sorting this out so fast and smooth. I have not seen so much customer focus and dedication, as I saw today from Alchemy, for quite a while. It is a real pleasure to work with you!"<cite>OKTAM GROUP</cite><br/></div> <div>"Philips Healthcare has been using Catalyst to localize all our Software products since 2000. While we started with Catalyst 4 localizing just software strings, we are now up to Catalyst 10 and using it for both software & help files. The tool helped us streamline and control the localization process and is welcomed by the localization engineers and translators for its ease of use & helpful features. <cite>Philips Healthcare</cite><br/></div> </div> </div> <div id="main-page-3rd_row-2box"> <a href="/translite.html"><h3>Alchemy CATALYST<br />Translator/LITE</h3></a> <p>Alchemy CATALYST Translator/Lite is a <strong>FREE</strong> translation companion to the Alchemy CATALYST: Developer/Pro Edition.</p><p>Download it <a href="/translite.html">here</a>.</p> <a href="/translite.html"><img class="image-effect" src="/images/button_download_translite.png" title="Alchemy CATALYST Translator/Lite" /></a> </div> <div id="main-page-3rd_row-3box"><a href="/resources/resources.html"> <h3>Case Studies<br />WhitePapers</h3> <img src="/images/resources/alchemycatalystbrochure.jpg" alt="Alchemy CATALYST brochure" title="Case Studies & White papers" class="image-effect"> </a> </div> </div> <div id="main-page-4th_row-wrapper"> <div id="customers-header" style="color:#FFFFFF;background-color:#0072c6;padding:20px 20px 10px 20px;"> <h3 style="color:#FFFFFF;display:block !important;width:100%;text-align:left;">Our customers include...</h3> </div> <div id="customers-image-wrapper" style="width:100%;text-align:center"> <img id="customersImage" style="width:100%; max-width:1200px;" src="/images/customers/customers.jpg" alt="" usemap="#customersmap" /> <map name="customersmap" id="customersmap"> </map> </div> </div> </div> </div> </div> <!--<div id="footer-white">--><div id="footer"><script> var thisHost = window.location.host; </script> <div id="footer-wrapper"> <div id="footer-social"><a href="https://www.youtube.com/user/AlchemySoftware" target="win-youtube"><img id="footer-yt" src="/images/yt-brand-standard-logo-95x40.png" title="Alchemy Software Development's YouTube Channel" alt="Alchemy Software Developmet YouTube Channel" /></a><!--<a href="http://twitter.com/AlchemySoftDev" target="win-youtube"><img id="footer-twitter" src="/images/twitter-bird-dark-bgs.png" title="Follow us on Twitter @AlchemySoftDev" alt="Alchemy Software Developmet Twitter" /></a>--><a href="https://www.linkedin.com/groups?gid=1579497" target="win-youtube"><img id="footer-linkedin" src="/images/linkedin_logo60px.png" title="Join us on LinkedIn" alt="Alchemy Software Developmet LinkedIn" /></a></div> <div id="footer-content"> <div class="footer-section"> <span class="footer-section-header">CATALYST</span> <a href="/software_localization_tools/alchemy_catalyst.html">CATALYST 2023</a> <!--<a href="/products/alchemy_publisher.html">PUBLISHER 3.0</a>--> <!--<a href="/products/alchemy_language_exchange.html">Language Exchange 3.0</a>--> <a href="/products/network_license.html">Desktop/Network Licenses</a> <a href="/downloads/downloads.html">Downloads</a> <a href="/estore/order.html">Store</a></div> <div class="footer-section"> <span class="footer-section-header">SOLUTIONS</span> <a href="/solutions/software_applications.html">Software Applications</a> <a href="/solutions/html_xml.html">XML & HTML</a> <a href="/solutions/mobile_devices.html">Mobile Devices</a> <a href="/solutions/help_content.html">Help Content</a> <!--<a>Excel & Database <span class="small">(page coming soon)</span></a> <a>Embedded Devices <span class="small">(page coming soon)</span></a>--> </div> <div class="footer-section"> <span class="footer-section-header">RESOURCES</span> <a href="/resources/catalyst_primer.html">CATALYST Introduction</a> <a href="/resources/resources.html">Resources</a> <a href="/resources/tutorials.html">Video Tutorials</a> <a href="/resources/knowledgebase.html">Knowledge Base</a> <a href="/coffee/index.html">Coffee Break videos</a></div> <div class="footer-section"> <span class="footer-section-header">SUPPORT</span> <a href="/support/support_center.jsp" >Support Center</a> <a href="/support/support_evaluation.html">Product Evaluation</a> <a href="/support/support_services.html">Support Services</a> <a href="/downloads/downloads.html">Downloads</a></div> <div class="footer-section"> <span class="footer-section-header">COMPANY</span> <a href="/company/about_us.html">Company Information</a> <a href="/company/our_network.html">Our Network</a> <!--<a href="/company/news.html">News</a>--> <a href="/company/events.html">Events</a> <a href="/company/careers.html">Careers</a> <a href="/company/contacts.html">Contacts</a></div> </div> <div id="footer-logo"><a href="/"><img src="/images/logo_alchemy_icon.png" alt="Alchemy Software Development homepage"/></a><span>Copyright © <span id="year"></span> Alchemy Software Development Ltd.</span> - <a href="/company/privacy.html">PRIVACY</a> - <a href="/company/sitemap.html">Sitemap</a></div> </div> <script> $(document).ready(initNavigationLinks); $(document).ready(initSupportLinks); document.getElementById("year").innerHTML = new Date().getFullYear(); </script></div> </div> <script> $(document).ready(function(){ //$('#footer-twitter').attr('src', '/images/twitter-bird-light-bgs.png'); //$('#footer-logo img').attr('src', '/images/logo_alchemy_icon_blue.png'); $('#main-page-primer-frame').mouseenter(function(){ $('#main-page-primer-play').css('opacity',0.8); $('#main-page-primer-play').css('filter','alpha(opacity=80)'); }); $('#main-page-primer-frame').mouseleave(function(){ $('#main-page-primer-play').css('opacity',1); $('#main-page-primer-play').css('filter','alpha(opacity=100)'); }); $('#main-page-primer-play').mouseenter(function(){ $('#main-page-primer-play').css('opacity',0.8); $('#main-page-primer-play').css('filter','alpha(opacity=80)'); }); $('#main-page-primer-play').mouseleave(function(){ $('#main-page-primer-play').css('opacity',1); $('#main-page-primer-play').css('filter','alpha(opacity=100)'); }); setInterval(function () { $('#header-top-just-launched').fadeIn(2000).delay(4000).fadeOut(1500).delay(500).fadeIn(1500); }, 0); $("#main-graphic-mainpage-text").fadeIn(3000); $('#main-page-cat10-name').click(function(){ window.location = '/products/alchemy_catalyst.html';}) $('#main-page-pub3-name').click(function(){ window.location = '/products/alchemy_publisher.html';}) $('#main-page-alex-name').click(function(){ window.location = '/products/alchemy_language_exchange.html';}) $('#primer-slideshow').cycle({ fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc... timeout: 6000, speed:3000, random:1 }); $('#testimonials-slideshow').cycle({ fx: 'scrollUp', // choose your transition type, ex: fade, scrollUp, shuffle, etc... timeout: 6000, speed:2000, pause: true, fit: true, random:1 }); if ($(window).width() <= 420 ) { var w = $(window).width(); var h = 0.56 * w; $('#primer-slideshow').css('width',w); $('#primer-slideshow').css('height',h); $('#primer-slideshow img').css('width',w); $('#primer-slideshow img').css('height',h); $('#main-page-primer-play').css('top',h/2 + 35); $('#main-page-primer-play').css('left',w/2 - 35); } if ($(window).width() <= 980) { var w = $(window).width(); $('#main-page-3rd_row-1box').css('width',w-20); $('#testimonials-slideshow div').css('width',w-60); } $(window).resize(function(){ if ($(window).width() <= 420 ) { var w = $(window).width(); var h = 0.56 * w; $('#primer-slideshow').css('width',w); $('#primer-slideshow').css('height',h); $('#primer-slideshow img').css('width',w); $('#primer-slideshow img').css('height',h); $('#main-page-primer-play').css('top',h/2 + 35); $('#main-page-primer-play').css('left',w/2 - 35); } if ($(window).width() <= 980) { var w = $(window).width(); $('#main-page-3rd_row-1box').css('width',w-20); $('#testimonials-slideshow div').css('width',w-60); } refreshMainImageMap(); refreshCustomersImageMap(); }); $('#primer-slideshow img').click(function(){ document.location.href = '/resources/catalyst_primer.html'; }); $('#main-page-primer-play').click(function(){ document.location.href = '/resources/catalyst_primer.html'; }); });</script> <script> $(window).load(function() { refreshMainImageMap();refreshCustomersImageMap();} ); </script> <!-- Calendly badge widget begin --> <link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet"> <script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script> <script type="text/javascript">window.onload = function() { Calendly.initBadgeWidget({ url: 'https://calendly.com/alchemy-catalyst/support-call', text: 'Book A Call With Us!', color: '#FF8E53', textColor: '#ffffff', branding: false }); }</script> <!-- Calendly badge widget end --> </body> </html>