Gets or sets a comma-delimited list of UI cultures that are supported by the Path property.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
/** @property */
/** @property */
Value
Return Value
A comma-delimited list of UI cultures that are supported by the Path property.
Remarks
Use the ResourceUICultures property to define all localized versions of a standalone script file. For instance, if you reference a standalone script file that is named CustomScript.js, and you have added two localized versions named CustomScript.it-IT.js and CustomScript.es-MX.js, you must set the ResourceUICultures property to "it-IT,es-MX". The ResourceUICultures property is valid only with the Path property and cannot be combined with the Name or Assembly property.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)