Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AddLocaleVariantFile(string, string, string)

Adds Locale to Variant Group of Xcode Project for iOS platform.
Read time 1 minuteLast updated 12 days ago

Definition

public void AddLocaleVariantFile(string groupName, string code, string path)

Parameters

groupName

The name of the variant group where the Locale will be added.

code

The identifier of the provided Locale.

path

The path of the directories containing the ‘InfoPlist.string’ files for different locales.