Skip to content

LocalTextRegistry.GetAllTextKeys method

Gets all text keys that are currently registered in any language.

public HashSet<string> GetAllTextKeys(bool pending)
parameter description
pending true to include pending texts.

Return Value

A set of all registered text keys.

See Also