Tim Felgentreff uploaded a new version of Multilingual to project The Trunk:
http://source.squeak.org/trunk/Multilingual-tfel.215.mcz==================== Summary ====================
Name: Multilingual-tfel.215
Author: tfel
Time: 28 July 2016, 5:42:27.421262 pm
UUID: eb0c9954-a8c7-1247-ad77-d0e95c015e9a
Ancestors: Multilingual-tpr.214
only run the language environment startup code for the current language platform when the locale changes. no need to run it for all platforms.
=============== Diff against Multilingual-tpr.214 ===============
Item was changed:
----- Method: LanguageEnvironment class>>localeChanged (in category 'class initialization') -----
localeChanged
+
+ (self currentPlatform class == self)
+ ifTrue: [self startUp].!
- self startUp!