Xojo localization

How OS X Chooses a Language – Xojo Programming Blog (unfortunately the “previous post mention” is long gone )

The LANGUAGE setting in the build settings is “what language should be used in the case the users settings do not match ANY of the localized values”
It has to be “something”

The “default” setting means “use whatever language the computer doing the compile is using”
So if you run in German, and compile your app, the “Default” fallback for localized strings is “german”
If you switch languages to English and recompile then the default is English

Why is this needed ?
Apple REQUIRES a certain setting for the plist key CFBundleDevelopmentRegion

1 Like