PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns a resource, with culture fallbacks.

Namespace: Smartsite.Localization
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public string StrictGetString(
	string applicationCode,
	string resourceId,
	 culture
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function StrictGetString ( _
	applicationCode As , _
	resourceId As , _
	culture As  _
) As 

Parameters

applicationCode
String
I: Application code, not null or empty.
resourceId
String
I: Resource identification, not null or empty, compared case insensitive.
culture
CultureInfo
I: Culture, not null.

Remarks

The method throws an exception if the resource is not found.

See Also

Advanced