<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 24, 2017, at 10:28 AM, Jeff Kelley via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">One of the things that struck me from today’s Apple press release about Swift Playgrounds being localized in more languages is this screenshot:</div><div class=""><br class=""></div><div class=""><span id="cid:4E5A7475-A760-469E-A915-125574AAC56B">&lt;cn_playgrounds_looping.jpeg&gt;</span></div><div class=""><br class=""></div><div class="">All of the UI is fully localized for Chinese, <i class="">except</i>&nbsp;the actual code. As far as I know, almost every major programming language and major platform framework is primarily English; it’s become the <i class="">de facto </i>language for developers. But does that have to be the case?</div></div></div></div></blockquote><div><br class=""></div></div>Hi Jeff,<div class=""><br class=""></div><div class="">This is something we discussed carefully early on in Swift’s development, and also while working on localizing Swift Playgrounds (an effort that has been underway for some time now). &nbsp;As others have said, localizing the language keywords fragments the language. &nbsp;Also, in the Apple ecosystem at least, all of the framework level documentation is written in English (there are some localized documents but comparatively rare). &nbsp;Also, interacting with frameworks involve the use of descriptive method names and argument keywords which are written in English.</div><div class=""><br class=""></div><div class="">All this adds up to needing to know English to some level in order to be a successful iOS developer, to successfully work with Foundation, and to successfully work with the Swift standard library. &nbsp;This posed the question of what to do in Playgrounds and what to do in the Swift language. &nbsp;Given the cost and risk of fragmenting the language, we decided that it is best to keep the language keywords themselves simple and consistent. &nbsp;The Swift Playgrounds curriculum followed its example (as well as that of the frameworks). &nbsp;In practice, talking to developers in other ecosystems, they can learn the meaning of a few terms that pop up, so this wasn’t a significant barrier for the goals of Swift Playgrounds - teaching the world to code.</div><div class=""><br class=""></div><div class="">That said, I’m sure the Apple folks will continue to evaluate whether localizing the Swift Playgrounds “API” (like moveForward()) makes sense (and it isn’t clear to me that that would be the best path). &nbsp;There are tradeoffs with doing so, but that team is compelled to build a dazzling product that is used around the world. &nbsp;If it makes sense on the balance, I’m sure they’ll jump on it.</div><div class=""><br class=""></div><div class="">-Chris</div><div class=""><br class=""></div></body></html>