|
Locale-Sensitive JavaScript MethodInternationalization (I18n) Method OverviewThis method is used to display a string in a big font. It returns the string embedded in an HTML Click here (w3schools) and here (MDN) for additional details. Note: This method has been deprecated and is not supported in HTML5; it has also been dropped from the Web standards. Instead, web pages should use CSS properties. I18n IssuesFont styles are locale-sensitive: one locale's language or culture may require a different font style than another locale's language and culture. Suggested ReplacementUse locale-sensitive Globalyzer will detect this method and report it as an I18n issue. If you have determined that the call is being handled correctly, you can use Globalyzer's Ignore Comment functionality to ensure that it isn't picked up in a subsequent scan.
|