Language (object)

Creato il: 14.11.2022
Restituisce una lingua specifica (su Ready Pro tabella TAB / LINGUE)

Sintassi
Language ( ident )

Parametri
ident (string / long) : per identificare la lingua puo' essere usato l'ID primario oppure il codice RFC

Tipo dati restituito
Language

Esempio
Set myLang = Rdy.Language("en-gb")
Rdy.ShowMessage("Il codice della lingua en-gb e' " & myLang.Id)

Login