-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ai.html
386 lines (375 loc) · 24.4 KB
/
ai.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style id="antiClickjack">
body {
display:none !important;
}
</style>
<script type="text/javascript">
if (self === top) {
var antiClickjack = document.getElementById("antiClickjack");
antiClickjack.parentNode.removeChild(antiClickjack);
} else {
top.location = self.location;
}
</script>
<meta name="description" content="locize - Bridging the gap between translation and development. With locize we remove the pain in the translation process. No more delays in shipping your software because of missing translations. Translator could keep up with changes from day one. The continuous localization process keeps up with your demanding business. Stop waiting - start localizing. The translation management system created by the creators of i18next. Designed for every type of i18n framework.">
<meta property="og:title" content="locize - continuous localization as a service">
<meta property="og:description" content="locize - Bridging the gap between translation and development. With locize we remove the pain in the translation process. No more delays in shipping your software because of missing translations. Translator could keep up with changes from day one. The continuous localization process keeps up with your demanding business. Stop waiting - start localizing.">
<meta name="twitter:title" content="locize - continuous localization as a service">
<meta name="twitter:description" content="locize - Bridging the gap between translation and development. With locize we remove the pain in the translation process. No more delays in shipping your software because of missing translations. Translator could keep up with changes from day one. The continuous localization process keeps up with your demanding business. Stop waiting - start localizing.">
<meta name="author" content="inweso GmbH">
<meta name="copyright" content="inweso GmbH">
<meta name="keywords" content="localization,internationalization,localize,translate,locize,l10n,i18n,javascript,nodejs,localization as a service,saas translation,saas localization,laas,continuous localization,DevOps,process,free,website localization,service,software,web app,web,mobile,desktop,game,translation management,online,automate,process of localization,localization process,translation service,localization service,translation software,landing page,javascript localize,localization tool,localizing a website,localization solution,cloud localization,cloud translation,serverless,cloud,cdn,react,react.js,reactjs,react-i18next,next,next.js,nextjs,next-i18next,svelte,svelte-i18n,svelte-i18next,angular,vue,vue-js,jquery,nodejs,i18next,json,api,react-native,localization api,translation api,app localization services,localization management platform,localization platform,professional translation and localization services,website translation management,app localization service,online translation management,i18next translation management,i18next translation,manage translations,manage translation files">
<meta property="og:type" content="website">
<meta property="og:url" content="https://locize.com">
<meta property="og:site_name" content="locize - continuous localization as a service">
<meta property="og:locale" content="en">
<meta property="og:image" content="img/locize_color.svg">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@locize">
<meta name="slack-app-id" content="A71NM84Q6">
<link href="/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="lib/fontawesome/css/fontawesome.min.css">
<link rel="stylesheet" href="lib/fontawesome/css/brands.min.css">
<link rel="stylesheet" href="lib/fontawesome/css/solid.min.css">
<link rel="stylesheet" href="lib/fontawesome/css/regular.min.css">
<link rel="stylesheet" href="/lib/simple-line-icons/css/simple-line-icons.css">
<link rel="stylesheet" href="/lib/device-mockups/device-mockups.min.css">
<link href="/css/main.min.css" rel="stylesheet">
<!--if lt IE 9
script(src='https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js')
script(src='https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js')
-->
<link href="https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@3.0.1/dist/cookieconsent.css" rel="stylesheet" type="text/css">
<link href="https://cdn.jsdelivr.net/gh/orestbida/iframemanager@1.2.5/dist/iframemanager.css" rel="stylesheet" type="text/css">
</head>
<body id="page-top">
<nav class="navbar navbar-default navbar-fixed-top affix" id="mainNav" i18next-options="{"ns": "common"}">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"><span class="sr-only">Toggle navigation</span><i class="fa-solid fa-bars"></i></button><a class="navbar-brand" href="/"></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown" id="featuresd"><a class="dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Features<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/#features">Characteristics</a></li>
<li><a href="/#process">What is the software localization process?</a></li>
<li><a href="/#platform">What can our localization platform do?</a></li>
<li><a href="/how-it-works.html">How it works</a></li>
<li><a href="/for-your-team.html">For your team</a></li>
</ul>
</li>
<li><a href="/pricing.html">Pricing</a></li>
<li><a href="/customers.html">Success Stories</a></li>
<li><a href="/ai.html">AI<i class="fa-solid fa-wand-sparkles" aria-hidden="true" style="margin-left: 5px;"></i></a></li>
<li class="dropdown" id="featuresd"><a class="dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">More<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://docs.locize.com/">Documentation</a></li>
<li><a href="/services.html">Additional services</a></li>
<li> <a href="/blog/">Blog</a></li>
<li><a class="closeOnClick" href="/#contact">Contact</a></li>
</ul>
</li>
<li><a href="https://www.locize.app/login" target="_blank">Login<i class="fa-solid fa-lock" aria-hidden="true" style="margin-left: 5px;"></i></a></li>
<li><a class="btn btn-outline btn-xl" href="https://www.locize.app/register" style="background-color: #4caf50; color: white; border: none;">Start your free trial</a></li>
</ul>
</div>
</div>
</nav>
<div style="margin-top: 50px;">
<section class="section-white" style="padding-bottom: 0;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="section-heading" style="margin-top: -20px;">
<h1>AI-powered Localization</h1>
<h2>Revolutionize Localization with AI</h2>
<p class="description">
Achieve faster, smarter, and cost-effective localization using AI-powered tools.
Enhance accuracy and consistency without sacrificing speed.
</p><a class="btn btn-primary" href="https://www.locize.app/register">Get Started with AI Localization</a>
</div>
</div>
</div>
</div>
</section>
<section class="section-primary" style="padding-bottom: 20px;">
<div class="container">
<div class="section-heading">
<h2>Why Choose AI Localization?</h2>
<div class="benefits-grid">
<div class="benefit">
<h3><i class="fas fa-tachometer-alt" style="margin-right: 5px;"></i>Faster Time-to-Market</h3>
<p>
AI accelerates the translation process, helping your team deliver content
to global markets faster than ever.
</p>
</div>
<div class="benefit">
<h3><i class="fas fa-check-circle" style="margin-right: 5px;"></i>Improved Accuracy</h3>
<p>
Advanced machine learning ensures translations are precise and retain
context and tone.
</p>
</div>
<div class="benefit">
<h3><i class="fas fa-hand-holding-usd" style="margin-right: 5px;"></i>Cost-Effective</h3>
<p>Reduce localization costs by automating repetitive tasks and enhancing efficiency.</p>
</div>
</div>
</div>
</div>
</section>
<section class="section-tertiary">
<div class="container" id="how-it-works">
<h2>How AI Localization Works</h2>
<div class="steps">
<div class="row">
<div class="col-sm-3">
<div class="step" style="display: flex; align-items: center; margin-bottom: 10px;">
<div class="step-icon"><img class="img-responsive modalify" style="width: 320px; min-width: 300px; max-width: 400px" src="img/screenshots/screen/ai_apikey_s.jpg" full="img/screenshots/screen/ai_apikey.png" alt="AI API Key" loading="lazy"></div>
</div>
</div>
<div class="col-sm-9">
<div class="step-text" style="padding-left: 20px;">
<h3>Bring your own API Key</h3>
<p>Add your <a href="https://openai.com" target="_blank">OpenAI</a> or <a href="https://mistral.ai" target="_blank">MistralAI</a> API Key this ensures data privacy and ownership. With your API key, you won't be tied to us.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<div class="step" style="display: flex; align-items: center; margin-bottom: 10px;">
<div class="step-icon"><img class="img-responsive modalify" style="width: 320px; min-width: 300px; max-width: 400px" src="img/screenshots/screen/ai_model_s.jpg" full="img/screenshots/screen/ai_model.png" alt="AI Model" loading="lazy"></div>
</div>
</div>
<div class="col-sm-9">
<div class="step-text" style="padding-left: 20px;">
<h3>Select your favourite model</h3>
<p>Language Models (LLMs) revolutionize translation efficiency, delivering translations that are 95% ready for publication in real-world UI localization projects.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<div class="step" style="display: flex; align-items: center; margin-bottom: 10px;">
<div class="step-icon"><img class="img-responsive modalify" style="width: 320px; min-width: 300px; max-width: 400px" src="img/screenshots/screen/ai_context_s.jpg" full="img/screenshots/screen/ai_context.png" alt="AI Context" loading="lazy"></div>
</div>
</div>
<div class="col-sm-9">
<div class="step-text" style="padding-left: 20px;">
<h3>Define some custom context</h3>
<p>AI’s contextual understanding enhances translation quality, allowing translators to focus on reviewing and refining translations for greater accuracy, while managers leverage AI to streamline and automate the entire process.</p>
<p>Receive context-aware translations. At locize, you can provide context per project, language, namespace and key/string levels.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<div class="step" style="display: flex; align-items: center; margin-bottom: 10px;">
<div class="step-icon"><img class="img-responsive modalify" style="width: 320px; min-width: 300px; max-width: 400px" src="img/screenshots/screen/glossary_example_s.jpg" full="img/screenshots/screen/glossary_example.png" alt="Glossary" loading="lazy"></div>
</div>
</div>
<div class="col-sm-9">
<div class="step-text" style="padding-left: 20px;">
<h3>Train AI using your glossaries</h3>
<p>
We automatically provide the relevant terminology to train the AI.
You just need to continue to use our normal <a href="https://docs.locize.com/whats-inside/glossary">glossary</a> feature, as usual.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<div class="step" style="display: flex; align-items: center; margin-bottom: 10px;">
<div class="step-icon"><img class="img-responsive modalify" style="width: 320px; min-width: 300px; max-width: 400px" src="img/screenshots/screen/ai_bulk_s.jpg" full="img/screenshots/screen/ai_bulk.png" alt="AI bulk" loading="lazy"></div>
</div>
</div>
<div class="col-sm-9">
<div class="step-text" style="padding-left: 20px;">
<h3>Use it like MT</h3>
<p>Like the classic integrated machine translations, you can use the integrated generative AI's for single segments or via <a href="https://docs.locize.com/different-views/global#bulk-actions">bulk actions</a> or via <a href="https://docs.locize.com/whats-inside/auto-machine-translation">automatic translation workflow</a>.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<div class="step" style="display: flex; align-items: center; margin-bottom: 10px;">
<div class="step-icon"><img class="img-responsive modalify" style="width: 320px; min-width: 300px; max-width: 400px" src="img/screenshots/screen/ai_assistant_s.jpg" full="img/screenshots/screen/ai_assistant.png" alt="AI assistant" loading="lazy"></div>
</div>
</div>
<div class="col-sm-9">
<div class="step-text" style="padding-left: 20px;">
<h3>Refine Translations with AI Suggestions</h3>
<p>
Enhance your translations further with AI-powered refinement options.
Easily rephrase, shorten, or generate multiple variants for any translation segment to better fit your context and tone.
</p>
<p>This feature provides greater flexibility, empowering translators to review and adapt suggestions seamlessly, ensuring the best fit for your specific needs.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center"><a class="btn btn-primary" href="https://www.locize.app/register">Convince yourself and try it now!</a></div>
</div>
</div>
</section>
<section class="use-cases">
<div class="container">
<h2>AI Localization for All Use Cases</h2>
<p class="description">With Locize's generative AI-powered localization tools, you can streamline the translation and adaptation of content across a wide range of software types. From websites to mobile apps, games, and platforms, our AI technology ensures faster, more accurate, and contextually relevant translations for every use case.</p>
<div class="use-cases-grid">
<div class="use-case">
<h3><i class="fas fa-globe" style="margin-right: 5px;"></i>Website Localization</h3>
<p>Leverage our generative AI to automate and optimize the translation of web applications, from frontend frameworks like React.js, Angular, and Vue.js to backend systems and landing pages. Ensure your website is perfectly localized for a global audience.</p>
</div>
<div class="use-case">
<h3><i class="fas fa-mobile-alt" style="margin-right: 5px;"></i>Mobile App Localization</h3>
<p>Take advantage of AI-driven translation models to simplify and accelerate the localization of mobile apps, ensuring consistency and accuracy across platforms while reducing manual work.</p>
</div>
<div class="use-case">
<h3><i class="fas fa-gamepad" style="margin-right: 5px;"></i>Video Game Localization</h3>
<p>Utilize generative AI to automate the translation of in-game content, improving quality and consistency while significantly reducing the time and effort required to localize your game for different languages.</p>
</div>
<div class="use-case">
<h3><i class="fas fa-cogs" style="margin-right: 5px;"></i>Platform Localization</h3>
<p>With AI-powered translation models, integrate multiple languages into your platform's software solutions, providing enhanced user experiences for a global audience and ensuring fast and efficient localization.</p>
</div>
<div class="use-case">
<h3><i class="fas fa-pencil-ruler" style="margin-right: 5px;"></i>Website Builders</h3>
<p>Use AI-enhanced translation tools specifically designed for website builders like WordPress, Shopify, and others, allowing flexible and scalable localization for a variety of web projects.</p>
</div>
<div class="use-case">
<h3><i class="fas fa-plug" style="margin-right: 5px;"></i>Any Software Integration</h3>
<p>Locize’s AI seamlessly integrates with any software through our API, CLI, or GitHub Actions, enabling generative AI translations that synchronize smoothly with your existing codebase and workflows.</p>
</div>
</div>
</div>
</section>
<section class="cta">
<div class="cta-content">
<div class="container">
<h2>Ready to Experience AI Localization?</h2>
<h3>Take the first step toward smarter and faster localization. Try AI localization tools for free today.</h3><a class="btn btn-outline btn-xl page-scroll" href="https://www.locize.app/register" style="background-color: #4caf50; color: white; border: none;">Start your free trial</a>
</div>
</div>
<div class="overlay"></div>
</section>
</div>
<footer i18next-options="{"ns": "common"}">
<div class="container">
<div class="row">
<div class="col-md-4"><img src="/img/locize_color.svg" style="max-width: 120px; margin-left: -5px;" alt="locize logo" loading="lazy">
<p><a href="https://tg.chregister.ch/cr-portal/auszug/auszug.xhtml?uid=CHE-412.131.272" target="_blank" style="color: #ffffff4d;" rel="nofollow">inweso GmbH</a></p>
<p>Switzerland<span style="color: white; font-size: 20px; position: relative; top: 3px; left: 5px;">🇨🇭</span></p>
<ul class="list-unstyled">
<li><a href="mailto:support@locize.com">support@locize.com</a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-unstyled">
<li><a href="https://docs.locize.com">Technical Documentation</a></li>
<li><a href="https://docs.locize.com/integration/api">API</a></li>
<li><a href="/services.html">Services</a></li>
<li><a href="/pricing.html">Pricing</a></li>
<li><a href="/blog/">Blog</a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-unstyled">
<li>
<ul class="list-inline list-social">
<li class="social-twitter"><a href="https://x.com/locize" target="_blank"><i class="fa-brands fa-x-twitter"></i></a></li>
<li class="social-facebook"><a href="https://www.facebook.com/locize" target="_blank"><i class="fa-brands fa-facebook"></i></a></li>
<li class="social-youtube"><a href="https://www.youtube.com/channel/UCPYQjBbbXojUcB8qjeIB3uA" target="_blank"><i class="fa-brands fa-youtube"></i></a></li>
</ul>
</li>
<li><a href="/privacy.html">Privacy</a></li>
<li><a href="/terms.html">Terms</a></li>
<li><a href="/security.html">Security</a></li>
</ul>
</div>
</div>
<div class="text-center footer-copyright">
<p><span class="translated">© 2024 </span><span>inweso GmbH. All Rights Reserved.</span></p>
</div>
</div>
</footer>
<div class="modalify-modal" id="modalify-modal">
<div class="modal-header">
<button class="close modalify-close" type="button" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
</div><img class="modal-content" id="img-in-modal" loading="lazy">
<div id="caption-in-modal"></div>
</div>
<script>window.bindAffix = false;</script>
<script src="/lib/jquery/jquery.min.js"></script>
<script src="/lib/bootstrap/js/bootstrap.min.js"></script>
<script src="//cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="/js/main.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
var modal = document.getElementById("modalify-modal");
// Get the image and insert it inside the modal - use its "alt" text as a caption
var imgs = document.getElementsByClassName("modalify");
var modalImg = document.getElementById("img-in-modal");
var captionText = document.getElementById("caption-in-modal");
for (var i = 0; i < imgs.length; i++) {
var img = imgs[i];
img.onclick = function(){
modal.style.display = "block";
modalImg.src = this.getAttribute('full');
if (this.alt) captionText.innerHTML = this.alt;
}
}
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("modalify-close")[0];
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
};
modal.onclick = function() {
modal.style.display = "none";
};
});
</script>
<button class="consent-button" type="button" data-cc="show-consentModal" style="position: fixed; bottom: 10px; right: 10px;"><i class="fas fa-cookie"></i></button>
<script>
// Define dataLayer and the gtag function.
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', {
'ad_storage': 'denied',
'analytics_storage': 'denied'
});
//- (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
//- new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
//- j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
//- 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
//- })(window,document,'script','dataLayer','G-X50E21BGKG');
</script>
<script type="text/plain" data-category="analytics" data-service="ga">
gtag('consent', 'update', {
'analytics_storage': 'granted'
});
</script>
<script type="text/plain" data-category="!analytics" data-service="ga">
gtag('consent', 'update', {
'analytics_storage': 'denied'
});
</script>
<script src="//cdn.jsdelivr.net/gh/orestbida/cookieconsent@3.0.1/dist/cookieconsent.umd.js"></script>
<script src="//cdn.jsdelivr.net/gh/orestbida/iframemanager@1.2.5/dist/iframemanager.js"></script>
<script src="/js/consent.min.js"></script>
</body>
</html>