IStringLocalizer.WithCulture(CultureInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This method is obsolete. Use CurrentCulture and CurrentUICulture instead.
Creates a new IStringLocalizer for a specific CultureInfo.
public:
Microsoft::Extensions::Localization::IStringLocalizer ^ WithCulture(System::Globalization::CultureInfo ^ culture);
public Microsoft.Extensions.Localization.IStringLocalizer WithCulture (System.Globalization.CultureInfo culture);
[System.Obsolete("This method is obsolete. Use `CurrentCulture` and `CurrentUICulture` instead.")]
public Microsoft.Extensions.Localization.IStringLocalizer WithCulture (System.Globalization.CultureInfo culture);
abstract member WithCulture : System.Globalization.CultureInfo -> Microsoft.Extensions.Localization.IStringLocalizer
[<System.Obsolete("This method is obsolete. Use `CurrentCulture` and `CurrentUICulture` instead.")>]
abstract member WithCulture : System.Globalization.CultureInfo -> Microsoft.Extensions.Localization.IStringLocalizer
Public Function WithCulture (culture As CultureInfo) As IStringLocalizer
Parameters
- culture
- CultureInfo
The CultureInfo to use.
Returns
A culture-specific IStringLocalizer.
- Attributes