Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SystemInfo.isTranslated

Queries whether application is translated on Apple Silicon Macs.

Component Version macOS Windows Linux Server iOS SDK
SystemInfo 10.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "SystemInfo.isTranslated" )

Parameters

none

Result

Returns 0, 1, -1 or error.

Description

Queries whether application is translated on Apple Silicon Macs.
Returns 1 if Intel code got translated to ARM code.
Returns 0 for a native ARM application.
Returns -1 if unknown.

See also SystemInfo.MachoArchInfo function.

Examples

Try it:

Show Custom Dialog [ "Rosetta?" ;
    If( MBS("SystemInfo.isTranslated"); "yes"; "no") ]

See also

Release notes

Blog Entries

This function is free to use.

Created 23th June 2020, last changed 28th January 2023


SystemInfo.isSonoma - SystemInfo.isVentura