|
Locale-Sensitive .NET JavaScript Method
Internationalization (I18n) Method OverviewThe Date and Number Note that these are Microsoft JavaScript Extended methods that require the .NET Framework. For additional method details, click here (Date) and here (Number). I18n IssuesWhether or not calling Suggested ReplacementTo ensure that the current culture is used when parsing the string to create the Date or Number rather than the invariant culture,
call 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.
|