<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Internationalization in Vuforia studio Project in Vuforia Studio</title>
    <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Internationalization-in-Vuforia-studio-Project/m-p/985404#M12760</link>
    <description>&lt;P&gt;Hello My dear Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; I have a checlist project which i have developed in vuforia studio and now goal is to use this project in 4 different countries and they have different languages. I would like to use internationalization in the project and basically just want to change the text of widget/labels. Yes i can also do it hardcoded and just swap the strings on the button click for these labels But before i do that i would like to have some insights from my community. Is it possible that i use some kind of library like for eg very famous one i18 js library or something similar which i can use there. Please let me know about it. My goal is to only change the label texts and nothing else. languages required are German, English, Serbian, Czech.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Mon, 25 Nov 2024 07:32:59 GMT</pubDate>
    <dc:creator>MA8731174</dc:creator>
    <dc:date>2024-11-25T07:32:59Z</dc:date>
    <item>
      <title>Internationalization in Vuforia studio Project</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Internationalization-in-Vuforia-studio-Project/m-p/985404#M12760</link>
      <description>&lt;P&gt;Hello My dear Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; I have a checlist project which i have developed in vuforia studio and now goal is to use this project in 4 different countries and they have different languages. I would like to use internationalization in the project and basically just want to change the text of widget/labels. Yes i can also do it hardcoded and just swap the strings on the button click for these labels But before i do that i would like to have some insights from my community. Is it possible that i use some kind of library like for eg very famous one i18 js library or something similar which i can use there. Please let me know about it. My goal is to only change the label texts and nothing else. languages required are German, English, Serbian, Czech.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 07:32:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Internationalization-in-Vuforia-studio-Project/m-p/985404#M12760</guid>
      <dc:creator>MA8731174</dc:creator>
      <dc:date>2024-11-25T07:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Internationalization in Vuforia studio Project</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Internationalization-in-Vuforia-studio-Project/m-p/985425#M12761</link>
      <description>&lt;P&gt;Take a look -&amp;nbsp;"&lt;STRONG&gt;How to manage multiple languages in an experience&lt;/STRONG&gt;": &lt;A href="https://community.ptc.com/t5/Vuforia-Studio/How-to-manage-multiple-languages-in-an-experience/td-p/727616" target="_blank"&gt;https://community.ptc.com/t5/Vuforia-Studio/How-to-manage-multiple-languages-in-an-experience/td-p/727616&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 09:03:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Internationalization-in-Vuforia-studio-Project/m-p/985425#M12761</guid>
      <dc:creator>VladimirN</dc:creator>
      <dc:date>2024-11-25T09:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Internationalization in Vuforia studio Project</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Internationalization-in-Vuforia-studio-Project/m-p/995715#M12856</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/709891"&gt;@MA8731174&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently, I am not aware of any additional functionality implemented in Studio, nor do I have information regarding upcoming plans for such implementation. However, you can attempt to use this functionality at the AngularJS or JavaScript level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In general, the efforts to adapt software products to multiple languages in JavaScript fall under the umbrella of Globalization (G11N). This includes three main components: Translation (T9N), Localization (L10N), and Internationalization (I18N).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Translation (T9N) involves converting text strings from one language to another.&lt;/P&gt;&lt;P&gt;- Localization (L10N) is the process of adapting an internationalized application for specific languages and locales, such as English in the US (en-US) or English in the UK (en-UK).&lt;/P&gt;&lt;P&gt;- Internationalization (I18N) refers to designing and preparing the application to be usable across different locales.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have some internationalization angular&lt;A href="https://libraries.io/explore/javascript-angular-libraries?keywords=internationalization" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;packages written in JavaScript&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also a piece of information about AngularJS support i18n/l10n:&lt;BR /&gt;AngularJS supports i18n/l10n for date, number and currency filters&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.angularjs.org/guide/i18n#supported-locales-in-angularj" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://angular.io/guide/i18n" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the JavaScript level here are some links&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.sitepoint.com/how-to-implement-internationalization-i18n-in-javascript/" target="_self" rel="nofollow noopener noreferrer"&gt;1&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.freecodecamp.org/news/how-to-get-started-with-internationalization-in-javascript-c09a0d2cd834/" target="_self" rel="nofollow noopener noreferrer"&gt;2&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 13:40:20 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Internationalization-in-Vuforia-studio-Project/m-p/995715#M12856</guid>
      <dc:creator>kesingh</dc:creator>
      <dc:date>2025-01-28T13:40:20Z</dc:date>
    </item>
  </channel>
</rss>

