Programming Reference Manual
 
Syntax
 
Lang$ = ForeignLanguage[$][()]
 
Description
Return the selected language that the current user has selected during login, or that was assigned automatically, using the userīs Windows locale and language settings.
 
 
See Also
Example
 
Sub Main
 
Debug.Print Trans$("Nieuw %s voor %s", "ABC", "123") 'New ABC before 123
 
End Sub