Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 604 Bytes

MultilingualStringUsingWithTemplate.md

File metadata and controls

11 lines (7 loc) · 604 Bytes

Partially localized text is used in the StrTemplate function (MultilingualStringUsingWithTemplate)

Description

NStr in a multilingual configuration has different fragments for different languages. If you start a session under a language code that is not in the string passed to NStr, it will return an empty string. When used with StrTemplate, an empty string returned from NStr will throw an exception.

Sources