Localization Context
Interface helping in localizing content, supports preset localization bundles, localization prefixes, and context-aware localization.
While this interface cannot be injected, sub-interfaces can.
See also
Inheritors
Properties
Functions
Localizes the provided path, with the best locale available.
Localizes the provided path, with the provided locale.
Localizes the provided path, with the best locale available.
Localizes the provided path, with the provided locale.
Localizes the provided path, with the best locale available, or returns null
if the path does not exist.
Localizes the provided path, with the provided locale, or returns null
if the path does not exist.
Localizes the provided path, with the best locale available, or returns null
if the path does not exist.
Localizes the provided path, with the provided locale, or returns null
if the path does not exist.
Returns a new localization context with the specified localization bundle, and resets the localization prefix.
Returns a new localization context with the specified localization bundle.
Returns a new TextLocalizationContext with the specified guild locale.
Returns a new localization context with the specified localization prefix.
Returns a new AppLocalizationContext with the specified user locale.