Portal TranslateContent Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Translates the named content into desired language trying to infer language from work context/locality/session. The search is first done in this portal then in inherited portals. Returns an empty string if no translation is possible

Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public virtual string TranslateContent(
	string contentKey,
	string isoLang = null,
	WorkContext work = null
)

Return Value

Type: OnlineString
See Also