Most voted "internationalization" questions
Internationalization and localization, in computer science, are processes of development and/or adaptation of a product, in general computer software, to a language and culture of a country. The internationalization of a product does not manufacture the product again, only adapts the system messages to the local language and culture. This is important because it allows the software developer to respect the particularities of each language and culture of each country
Learn more…20 questions
Sort by count of
-
16
votes2
answers240
viewsHow do I serve a site in multiple languages in Apache?
I’m developing a website that needs to be available in 3 languages (only static content, to be served by Apache). I would like to make use of the language detection features so that the user already…
-
7
votes1
answer1900
viewsInternationalization, L10n and I18N
According to the W3, with regard to L10n and I18N, I have separated the explanation below that will serve as a basis to illustrate my doubts. L10n [ source ] Generally regarded only as a synonym for…
-
4
votes1
answer1442
viewsReport display error (Fastreport) in Multi-language software
I have the following error in displaying a report made in Fastreport. This error started to occur after doing the Internationalization of my software using the native features of Delphi XE7…
-
3
votes1
answer375
viewsTranslation of MVC routes
With the ASP.Net MVC 4 I am wanting to translate all my routes, currently some are like this: http://localhost/pt-br http://localhost/pt-br/sobre http://localhost/pt-br/usuario/cadastro I am adding…
-
3
votes1
answer27
viewsFormattednumber of the Intl-React swap semicolon
Hello folks in my code is as follows const currencyFormatter = (value: string | number | ReactText[]) => { return ( <FormattedNumber value={Number(value)} style='currency' currency='BRL'…
-
2
votes0
answers98
viewsHow can I internationalize the text within my Joptionpane
I managed to internationalize most of my code, but I can’t change the JOptionpane of the Alterarempresa button My code is like this at the moment. package Empresa; import java.awt.Container; import…
-
2
votes2
answers555
viewsInternationalization in DDD (Domain Driven Design) architecture
What would be the best strategy to internationalize a system in the DDD architecture, knowing that we have strings to internationalize present in the layers: Presentation - Views Application -…
-
2
votes1
answer637
viewsHow to Change Default Validation Message Language of an ASP Application. NET MVC
I have a model like this: [Display(Name = "Protocolos Abertos")] public int ProtocolosId { get; set; } I use in a Selectlist like value, when I am going to do the Submit of a form the validation…
asp.net-mvc web-application web.config internationalizationasked 6 years, 11 months ago LP. Gonçalves 883 -
1
votes1
answer334
viewsFormat Brazil Currency in Objective C
I have a string already formatted, I would like to turn it into a float and then into a number formatted for currency. exit entrance 1.234,10 1234.1 or 1234.1 exit entrance 1.234.10 1.234,10…
-
1
votes0
answers21
viewsStruts 1 - Set values available in the bean:message
Work with web java and, until 1 month ago we did not use any Framework in the company. Now I’m using Struts 1 and a question has arisen that I am finding no answer anywhere. Without further ado I…
internationalizationasked 9 years, 4 months ago Filipe 11 -
1
votes2
answers1631
viewsError message when placing translation in Codeigniter
Someone knows how to fix this: An Error Was Encountered: Unable to load the requested language file: language/English-Brazilian/form_validation_lang.php I followed the following steps for the…
-
1
votes0
answers40
viewsPHP Gettext and strings outside the functions (strings of much use)
There is a way to put in .po strings outside the _e()? For example, hypothetically, 'real' for 'dollars'. If on a page I quote real 517 times I will translate 517 times. Instead I intend to use…
-
0
votes1
answer496
viewsInternationalization in Java
I am having some difficulty to carry out the internationalization of my java application. My question is as follows: when I have a "login" screen, for example, and select the option in my Jmenuitem:…
-
0
votes1
answer169
viewsInternationalization with Enums Labels
Hello I’m trying to do internationalization with Labels from an Enum: public enum WeekDay { MONDAY("msg.week_monday", "mon"), TUESDAY("msg.week_tuesday", "tue"), WEDNESDAY("msg.week_wednesday",…
-
0
votes0
answers80
viewsHow to internationalize a Xamarin Forms (Shared Project) application?
How do I create Resources in a Xamarin Forms application using the Shared Project methodology? I searched for several examples and they all explain and have demos for Portable versions. I tried…
xamarin xamarin-forms internationalizationasked 7 years, 6 months ago Elexsandro Rangel dos Santos 534 -
0
votes1
answer104
viewsReact JS- Internationalization of images
Good afternoon, I’m using the library React-Intl to internationalize texts in pt_br and English in a React web application project, but I need to translate the images as well and I have no idea how…
-
0
votes2
answers308
viewsAndroid internationalization - Developing in Android Studio
How should I apply internationalization to an Android app,using various languages? I need to develop an Android application where the original words in Portuguese should be translated into the…
-
0
votes1
answer81
viewsHow to use plural with String Resources?
For internationalization, Android uses String Resources. How can I use this feature to use plural to avoid multiple "gambiarras" if's? Example: <string name="friends_none">Você não tem amigos…
-
0
votes2
answers184
viewsi18n - Java Internationalization - Entity Validation Message
I have an app Spring Boot where I’m developing a system Web using Thymeleaf. The system has the translation functionality according to the language of the user, however, when using in the entity,…
-
-1
votes1
answer32
viewsComponentization of fabrics
I have a web project in .NET Framework 4.6.1 and with Angularjs 1.2.29. Currently it perfectly serves our customers in Brazil. The point is that the product has evolved, and now we are going to…
asp.net-mvc angularjs razor internationalization globalizationasked 3 years, 10 months ago Jedaias Rodrigues 6,718