Click or drag to resize

BaseServiceGetResourceString Method

Returns the localized string if found, otherwise returns in the passed in text.

Namespace: AppOne.Services.V2
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string GetResourceString(
	string text,
	string culture
)

Parameters

text  String
A valid Auth Token
culture  String
A valid CultureInfo string

Return Value

String
My String
Example
es-ES
See Also