|   | AppStringSetLanguageStrings Method  | 
 
            Method transfers the text to all LangStrings in the source, but only for active languages
            The text will be formatted with the args arguments.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic void SetLanguageStrings(
	string appStringName,
	params Object[] args
)
Parameters
- appStringName
 - Type: SystemString
 - args
 - Type: SystemObject
 
See Also