Click or drag to resize

IAppContextBestTextCulture Property

Gets the best text locale available to the application (according to the available resource files) to satisfy the desired locale specified via the application's CultureInfo property. Note that this is the "best" text locale available, but not all text items are necessarily available from the "best" resource. When no matching text is found in the "best" resource, other resources will be searched. At this time the platform provides a standard "en" (theoretically non-specific English, but in practice U.S. English) resource file only. An application can include custom resource files by placing appropriately named resource files in the folder specified in the CustomResourcePath application property.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string BestTextCulture { get; }

Property Value

Type: String
See Also