Hello All,
New to ExtJS, I would like to localized the login window which loads through the login.js file. which is been referenced in index.html file like below...
HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</meta>
<title>TEST</title>
</head>
<body style="background-color: #e9e9e9">
<!-- Loading start -->
<div id="loading-mask" style="">
</div>
<div id="loading">
<div class="loading-indicator">
<img src="lib/css/images/test.gif" style="margin-right:8px;float:left;vertical-align:top;"/>TESTING
<br/>
<span id="loading-msg">Loading ...</span>
</div>
</div>
<!-- Loading END -->
<link href="lib/css/login.css" rel="stylesheet" type="text/css"/>
<script src="lib/js/login.js" type="text/javascript"></script>
</body>
</html>
can you please suggest how to localized or any references for the same?
Thanks,
Shail