#plugins.finalcutpro.language

Final Cut Pro Language Plugin.


#API Overview

Functions - API calls offered directly by the extension


#API Documentation

#Functions

Signatureplugins.finalcutpro.language.change(locale) -> none
TypeFunction
DescriptionChanges the Final Cut Pro Language to the specified locale, if supported.
Parameters
  • locale - The cp.i18n.localeID or locale string you want to change to.
Returns
  • true if successful otherwise false
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/language/init.lua line 18