Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.38 KB

cp.localized.md

File metadata and controls

21 lines (15 loc) · 1.38 KB

docs » cp.localized


Helps look up localized names for folders.

API Overview

API Documentation

Functions

Signature cp.localized.getLocalizedName(path[, language]) -> string, string
Type Function
Description Returns the localized name for the path in the specified language. If all else fails, the
Parameters
  • path - The full path to the folder
  • language - The language to retrieve the name for.
Returns
  • The localized name, or name if not available.
  • The original name, minus .localized