GetActionText |
Scroll |
Returns the action text in the specified language.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetActionText ( _ nlcid As Integer _ ) As String C# public virtual String GetActionText ( int nlcid ) Parametersnlcid The LCID for the text to be returned. Return ValueThe action text in the specified language. |