Maveryx Success Stories

Learn how Alteryx customers transform their organizations using data and analytics.
STORIES WANTED

Showcase your achievements in the Maveryx Community by submitting a Success Story now!

SUBMISSION INSTRUCTIONS

Alteryx Localization Process

JeremyL
Alteryx Alumni (Retired)
alteryx_logo.png
Overview of Use Case

As we started growing internationally, we wanted to make it easier for analysts and data scientists around the globe to experience the thrill of solving. We currently offer Alteryx Designer in multiple languages and the number continues to grow each year. To properly localize our Designer (and ancillary projects), we need a way to "scrape" all of our code bases for strings, check which strings are "new", send said strings off to our translation vendor, and finally embed all strings into the Alteryx Designer GUI. And, there was no better way to localize Alteryx Designer than using Alteryx Designer!

 
Describe the business challenge or problem you needed to solve
  1. Different code bases, repositories, and file formats where "scraping" needed to occur

  2. Comparisons to assess what strings are "new" (i.e. just introduced to the product from code check-ins)
  3. Send batches of new strings smoothly to our translation vendors
  4. Return strings to our product
 
Describe your working solution

We use Designer to parse through all file formats (C#, C++, html, xml, and others) in source code to extract strings. Each string has a message key assigned to it and is written out to SQLite file that our product must use to display strings in our GUI dynamically, based on language.  These workflows also have nested batch macros which call out to various APIs that send / receive strings to / from our translation vendor.  

 

We store "change logs" (i.e. the strings that are deemed "new strings") and artifacts from our vendor in Gitlab and store a copy of our "one source of truth" string dictionary in Artifactory where they can be retrieved by our workflows and integrated into the product.

 

See below the beautiful Alteryx that makes localizing in all our supported languages possible:

Here, we are getting all strings from our productsHere, we are getting all strings from our productsThis monster does all of the syncing between our vendor and builds our in-product "dictionary" of stringsThis monster does all of the syncing between our vendor and builds our in-product "dictionary" of strings

 
Describe the benefits you have achieved
Since we are using Alteryx, we get to dogfood (or if dogfood isn't your preferred analogy, we like to say "sip our own champagne") our product and insure that anyone who understands Alteryx can understand and ultimately debug our process. Alteryx workflows can be easily automated from the command line, and since they are mostly xml files, they don't occupy a lot of space.