ExpressionError.GetInLocale(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.
Get a copy of this error message for the given locale. Message will get lazily localized using MessageKey.
public Microsoft.PowerFx.ExpressionError GetInLocale(System.Globalization.CultureInfo culture);
member this.GetInLocale : System.Globalization.CultureInfo -> Microsoft.PowerFx.ExpressionError
Public Function GetInLocale (culture As CultureInfo) As ExpressionError
Parameters
- culture
- CultureInfo