BaseServiceGetResourceString Method | |
Returns the localized string if found, otherwise returns in the passed in text.
Namespace: AppOne.Services.V2Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string GetResourceString(
string text,
string culture
)
function GetResourceString(text, culture);
Parameters
- text String
- A valid Auth Token
- culture String
- A valid CultureInfo string
Return Value
StringMy String
Example es-ES
See Also