SupportedLanguages.cs
SupportedLanguages Class
The SupportedLanguages class is a ScriptableObject that lists the languages supported by your localization system. This class helps manage and maintain the available languages within Unity, making it easy to update or expand the list without modifying the codebase.
Namespace: Indie.Localization
Fields:
languages: An array of string values representing the languages supported by your application. This list can be customized to include any languages required for your project's localization needs.
Default Supported Languages:
The list includes a wide range of languages that are supported by the gpt4o-mini model.
Usage:
Creating the Asset: To create a SupportedLanguages asset, right-click in the Project window, navigate to Create > Indie > Localization > SupportedLanguages, and click it. This creates a new asset in the selected folder.
Configuring Supported Languages: Select the created asset in the Unity Editor and edit the list of languages in the Inspector to customize which languages your application supports. You can add, remove, or modify languages as needed.
Last updated