Platform Language Loader
The Platform Language Loader (abbreviated as PLL) offers a unique capability for selectively loading language files based on the operating system in use. This functionality is particularly valuable when names and text elements have different presentations across various platforms, creating the need to adapt mods or resource packs for specific systems.
How It Works
To integrate PLL-compatible files, create a special platform folder within the lang directory. This folder should contain subfolders for each target platform, housing the corresponding language files. Subfolder names must match the identifiers from the table below. Additionally, files can be placed in the root platform directory - these will be utilized if no platform-specific subfolders are found.
Supported Platforms
| Platform | Identifier |
|---|---|
| Windows | win32 |
| MacOS | darwin |
| Linux | linux |
| Android | android |
| BSD Systems | bsd |
| Other Unix | other_unix |