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–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.