Skip to main content

Posts

Showing posts with the label What Is XMB?

What Is an Original Placeholder value on extracted XMB in Angular 7?

What Is XMB? The XMB is basically a key value pairs with no deeper structure. It does have a mechanism for named placeholders, with descriptions and examples. The   messages for any given other language must be correspond 1:1. What Is XMB placeholders? The placeholders have one example tag () and a text node. The text node will be used as the original value from the placeholder, while the example will represent a dummy value. Let’s take a looks the below   example . A message like User Name: {{userName}} would generate this XMB message in current and new behavior i.e. < ph name = "PET" >< ex > My name is - {{ userName }} </ ex ></ ph >