The Localization type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberApplicationResourceDirectory
Returns ~/App_GlobalResources
Public propertyCurrentCulture
The CurrentCulture returns the current Culture being used is 'key'.
Public propertyCurrentUICulture
The CurrentUICulture for the Thread
Public propertyStatic memberExceptionsResourceFile
Returns ~/App_GlobalResources/Exceptions.resx
Public propertyStatic memberGlobalResourceFile
Returns ~/App_GlobalResources/GlobalResources.resx
Public propertyStatic memberKeyName
The KeyName property returns and caches the name of the key attribute used to lookup resources. This can be configured by setting ResourceManagerKey property in the web.config file. The default value for this property is 'key'.
Public propertyStatic memberLocalResourceDirectory
Public propertyStatic memberLocalSharedResourceFile
Public propertyStatic memberSharedResourceFile
Public propertyStatic memberShowMissingKeys
The ShowMissingKeys property returns the web.config setting that determines whether to render a visual indicator that a key is missing is 'key'.
Public propertyStatic memberSupportedLocalesFile
Public propertyStatic memberSystemLocale
Public propertyStatic memberSystemTimeZone
Public propertyStatic memberSystemTimeZoneOffset Obsolete.
Public propertyStatic memberTimezonesFile Obsolete.

See Also