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 GetString(
	string resourceId,
	 culture,
	params [] args
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function GetString ( _
	resourceId As , _
	culture As , _
	ParamArray args As () _
) As 

Parameters

resourceId
String
I: Resource identification, not null or empty, compared case insensitive.
culture
CultureInfo
I: Culture, not null.
args
array<Object>[]()
I: Arguments for use in the format string.

Return Value

Returns null if the resource is not found.

See Also

Advanced