LocaleCode

Property in UnityLocalisedLineProvider

Summary

Gets the user's current locale identifier, as a BCP-47 code.

public override string LocaleCode
{
            get; set; }

Remarks

This value is used to control how certain replacement markers behave (for example, the [plural] marker, which behaves differently depending on the user's locale.)

Last updated

Was this helpful?