PdfWebControlLiteCultureName Property |
Namespace: RadPdf.Web.UI
Exception | Condition |
---|---|
ArgumentNullException | CultureName is null. |
ArgumentException | CultureName is not a valid culture name. (Note: NET 4.0 and higher will throw a CultureNotFoundException.) |
This value is used internally with the CultureInfo(String) constructor to get the associated CultureInfo object which is used when retrieving resources from PdfWebControlResources.
This property has no effect if PdfWebControlResources is not configured and set to a custom ResourceManager.
If name is Empty, RAD PDF creates an instance of the invariant culture; this is equivalent to retrieving the name of the InvariantCulture property.