Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSLocalizedText
Bool GetIsBuiltIn()
NSLocalizedText thing; Bool isBuiltIn = thing.GetIsBuiltIn();
Integer GetLanguageId()
NSLocalizedText thing; Integer languageId = thing.GetLanguageId();
Integer GetLocalizedTextId()
NSLocalizedText thing; Integer localizedTextId = thing.GetLocalizedTextId();
Integer GetResourceId()
NSLocalizedText thing; Integer resourceId = thing.GetResourceId();
String GetText()
NSLocalizedText thing; String text = thing.GetText();
Integer GetType()
NSLocalizedText thing; Integer type = thing.GetType();
Void SetIsBuiltIn(Bool isBuiltIn)
NSLocalizedText thing; Bool isBuiltIn; thing.SetIsBuiltIn(isBuiltIn);
Void SetLanguageId(Integer languageId)
NSLocalizedText thing; Integer languageId; thing.SetLanguageId(languageId);
Void SetLocalizedTextId(Integer localizedTextId)
NSLocalizedText thing; Integer localizedTextId; thing.SetLocalizedTextId(localizedTextId);
Void SetResourceId(Integer resourceId)
NSLocalizedText thing; Integer resourceId; thing.SetResourceId(resourceId);
Void SetText(String text)
NSLocalizedText thing; String text; thing.SetText(text);
Void SetType(Integer type)
NSLocalizedText thing; Integer type; thing.SetType(type);
Suggestions