SBM ModScript Reference → Programming SBM ModScript → Object Types → Locale → Locale GetName() Method
Returns a locale name.
Parameter | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
string |
The locale name. |
SBM ModScript version: 11.3.
var loc = CreateLocale("en_UK"); Ext.WriteStream( loc.GetName() );
Result:
English (UK)
None.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.