# plugins.finalcutpro.language

Final Cut Pro Language Plugin.


# API Overview

Functions - API calls offered directly by the extension

  • change

# API Documentation

# Functions

# change

Signature plugins.finalcutpro.language.change(locale) -> none
Type Function
Description Changes 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
Notes None
Examples None
Source src/plugins/finalcutpro/language/init.lua line 18