SBM ModScript Reference → Programming SBM ModScript → Object Types → Locale → Locale GetId() Method
Returns the ID of a locale.
| Parameter | Type | Description | 
|---|---|---|
|  
                 None  | 
 
              
| Type | Description | 
|---|---|
|  
                 string  | 
 
               
                 The locale ID.  | 
 
            
SBM ModScript version: 11.3.
var loc = CreateLocale("en_UK");
Ext.WriteStream( loc.GetID() );
 
      Result:
en_UK
None.
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.