Method Get
Get(string)
Reads string from the resources.
public static string Get(string resourceKey)
Parameters
resourceKeystringThe name of the resource to retrieve.
Returns
Get(string, params object[])
Reads string from the resources and formats it using args.
public static string Get(string resourceKey, params object[] args)
Parameters
resourceKeystringThe name of the resource to retrieve.
argsobject[]Arguments for use with string.Format.