Component
Localization Component
7 language-reference entries were extracted for this component.
- Fnd_Loc_DuplicateList This routine can be used to duplicate a 4D list. It is designed to be called from Foundation’s Fnd_Shell menu by the developer to assist in creating new localizations. It is...
- Fnd_Loc_Editor Displays the Localization List Editor window in a new process. See the beginning of this chapter for more information.
- Fnd_Loc_FixButtonWidths Adjusts all of the button widths of two or more vertically aligned buttons so they all have the same left and right coordinates of the widest button of the group. Designed to...
- Fnd_Loc_FixLabelWidths One of the problems with localizing field labels is that if you make the label large enough for one language, it may appear too large for other languages. And even if you...
- Fnd_Loc_GetString This routine returns a localized string based on the internal string or label. Foundation’s Language Code is used to determine which language string to return. See the...
- Fnd_Loc_Info Returns the requested information about the component. $language_t:=Fnd_Loc_Info (“language”)
- Fnd_Loc_LanguageCode If no parameters are passed, this routine returns the current language code that Foundation is using for localization. $languageCode:=Fnd_Loc_LanguageCode