| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
FoundationModels.SupportedLanguages
Queries the languages that the model supports.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| FoundationModels | 15.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "FoundationModels.SupportedLanguages"; FoundationModel ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| FoundationModel | The identifier for the model. | $model |
Result
Returns OK or error.
Description
Queries the languages that the model supports.To check if a given locale is considered supported by the model, use FoundationModels.SupportsLocale, which will also take into consideration language fallbacks.
Examples
Show languages in dialog:
Show Custom Dialog [ "Supported Languages" ; Substitute ( MBS("FoundationModels.SupportedLanguages"); ¶; ", " ) ]
See also
Example Databases
Blog Entries
This function is free to use.
Created 26th September 2025, last changed 27th September 2025
FoundationModels.SetTemperature - FoundationModels.SupportsLocale