Skip to main content

What are the metafiles I get from Localazy CDN used for?

Dan Charvát avatar
Written by Dan Charvát
Updated over 2 years ago

Along with your translated files, the so-called metafiles are also available through the CDN - you can get them in JSON, Javascript, or Typescript.

Metafiles contain additional information that can help you, e.g., make the language selector in your product completely manageable from within Localazy, allowing you to add new languages asynchronously.

From the metafile, you can get:

  • filename and path for each of the files

  • all languages for each of the files, including:

  • locale code

  • English and localized name

  • URL to CDN for each of the languages

  • function for resolving plural form (in JS/TS file)

  • timestamp of the last update

Did this answer your question?