> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Services C API overview - PFLocalization.h

> Overview of the PFLocalization.h header in the PlayFab Services C API, listing the functions for retrieving the list of allowed languages for a title.

## Functions

| Function                                                                                                                                             | Description                                                                 |
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| [PFLocalizationGetLanguageListAsync](/services/playfab/api-references/c/pflocalization/functions/pflocalizationgetlanguagelistasync)                 | Retrieves the list of allowed languages, only accessible by title entities  |
| [PFLocalizationGetLanguageListGetResult](/services/playfab/api-references/c/pflocalization/functions/pflocalizationgetlanguagelistgetresult)         | Gets the result of a successful PFLocalizationGetLanguageListAsync call.    |
| [PFLocalizationGetLanguageListGetResultSize](/services/playfab/api-references/c/pflocalization/functions/pflocalizationgetlanguagelistgetresultsize) | Get the size in bytes needed to store the result of a GetLanguageList call. |
