== Why is this an issue? Web applications can be made available in multiple languages through the use of internationalization. This allows the server to plug in the correct version of a piece of text based on the language chosen, but it requires that internationalization messages be used instead of hard-coded text. === Noncompliant code example [source,html] ----


---- === Compliant solution [source,html] ----


---- ifdef::env-github,rspecator-view[] ''' == Implementation Specification (visible only on this page) === Message Define this label in the resource bundle. === Parameters .attributes **** ---- outputLabel.value, outputText.value ---- Attributes **** endif::env-github,rspecator-view[]