|    | AppStringContainerGetLanguageString Method  | 
 
            Returns the string for a specified language.
            If no string exists for the specified language then the string for english is returned.
            If the english string doesn't exist either then the first string in the collection is returned.
            If the collection is empty then null is returned.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic string GetLanguageString(
	int languageId
)
Parameters
- languageId
 - Type: SystemInt32
 
Return Value
Type: 
String
See Also