Back to Devexpress

XtraLocalizer.QueryLocalizedStringEventArgs.IsTranslated Property

corelibraries-devexpress-dot-utils-dot-localization-dot-xtralocalizer-dot-querylocalizedstringeventargs-37275433.md

latest1.4 KB
Original Source

XtraLocalizer.QueryLocalizedStringEventArgs.IsTranslated Property

Gets whether the resource string is localized (translated) for the current locale (culture).

Namespace : DevExpress.Utils.Localization

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public bool IsTranslated { get; }
vb
Public ReadOnly Property IsTranslated As Boolean

Property Value

TypeDescription
Boolean

true if the resource string is localized (translated) for the current locale; otherwise, false.

|

See Also

XtraLocalizer.QueryLocalizedStringEventArgs Class

XtraLocalizer.QueryLocalizedStringEventArgs Members

DevExpress.Utils.Localization Namespace