LocaleCode

Property in LineProviderBehaviour

Summary

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

public abstract string LocaleCode { get; }

Remarks

This value is used by the DialogueRunner 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?