|
Creates a "token" (or representation) which can then be displayed in localized text. Must be inside
Creates a "token" (or representation) which can then be displayed in localized text. Must be inside the <MvLOCALIZED> block and must precede any <MvLOCALIZED-TEXT> blocks that use the token. Attributes
ExampleYou can include localized text for as many languages as you like. This examples displays the text for the previously set language. Example:<MvLOCALIZED NAME = "g.Message" ID = "MER-ADM-00224"> <MvLOCALIZED-TOKEN NAME = "store_name" VALUE = "{ encodeentities(Stores.d.name) }"> <MvLOCALIZED-TEXT LANGUAGE = "en-US"> Database Files for Store '%store_name%' Packed.</MvLOCALIZED-TEXT> <MvLOCALIZED-TEXT LANGUAGE = "de-DE"> Datenbankdateien f¸r Laden '%store_name%' gepackt.</MvLOCALIZED-TEXT> </MvLOCALIZED> |