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 Code |
---|---|
public string GetString( string resourceId, string cultureCode ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Function GetString ( _ resourceId As , _ cultureCode As _ ) As |
Parameters
- resourceId
- String
I: Resource identification, not null or empty, compared case insensitive.
- cultureCode
- String
I: Culture code, not null or empty, compared case insensitive.
Return Value
Returns null if the resource is not found.See Also
StringResourceManager Class
Smartsite.Localization Namespace