Delegate LangContext.GetLocalizedStringAsyncDelegate
The delegate to get a localized string asynchronously.
Namespace: Unity.AppUI.Core
Assembly: Unity.AppUI.dll
Syntax
public delegate Task<string> LangContext.GetLocalizedStringAsyncDelegate(string referenceText, string lang, params object[] arguments)
Parameters
| Type | Name | Description |
|---|---|---|
| string | referenceText | The reference text. |
| string | lang | The language. |
| object[] | arguments | The arguments to format the string. |
Returns
| Type | Description |
|---|---|
| Task<string> | The localized string. |