Method GetLocalizedString
GetLocalizedString()
Provides a translated string from a String
Declaration
public string GetLocalizedString()
Returns
Type | Description |
---|---|
string | The localized string for the Selected |
GetLocalizedString(params object[])
Provides a translated string from a String
Declaration
public string GetLocalizedString(params object[] arguments)
Parameters
Type | Name | Description |
---|---|---|
object[] | arguments | The arguments to pass into the Smart String formatter or String.Format. |
Returns
Type | Description |
---|---|
string | The localized string for the Selected |
GetLocalizedString(IList<object>)
Provides a translated string from a String
Declaration
public string GetLocalizedString(IList<object> arguments)
Parameters
Type | Name | Description |
---|---|---|
IList<object> | arguments | The arguments to pass into the Smart String formatter or String.Format. |
Returns
Type | Description |
---|---|
string | The localized string for the Selected |