Skip to main content

Questions tagged [localization]

Localization is the process of adapting a product or service to a particular language, culture, and desired local "look-and-feel".

0 votes
0 answers
6 views

Issues with Localization and addressables

I have been working on unity project with my team, one member merged feature with git and after the merge there are some issues with addressables; almost all localization tables are not marked as ...
Umicron's user avatar
  • 17
2 votes
1 answer
27 views

IViewLocalizer only show key instead of value from .resx file

I have a problem with ASP.NET Core localization. I want to use the method with IViewLocalizer. I have this Program.cs: using xxx.Data; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore....
user26437080's user avatar
0 votes
1 answer
13 views

Combining Next-Intl and Supabase Middleware in Next JS Router

I have a NExt JS project using the app router with Supabase. I have a ROOT middleware.js file that contains some supabase code. I also need to integrate Next-Intl middleware into this too and i'm not ...
David Henry's user avatar
  • 2,742
0 votes
0 answers
50 views

Why Does Flow Direction and Language remains unchanged in the current page?

I implemented a way to set the culture in a .NET MAUI application like this : LoginPage.xaml <Picker x:Name="LanguagePicker" Title="Select Language" ...
Adam Bazzal's user avatar
0 votes
1 answer
22 views

Localize Pdftron strings in UWP app not working in debug mode

I have localized my UWP app and for paper related items I am using pdftron library.We have added a German translation to the pdftron library. The localized items are not getting translated when a ...
Piumi ganegoda's user avatar
0 votes
0 answers
22 views

Can use the route found in api.php in another file in the routes directory laravel 11?

I need to localize the API web application, especially the auth pages in the lang directory but I have a problem with how to use the route in auth.php instead of api.php in the routes directory. Note ...
Al'a Salah's user avatar
0 votes
1 answer
30 views

Nest can't resolve dependencies of the I18nService

getting error when i try to run test cases import { Test } from '@nestjs/testing'; import { appConfig } from '../app.config'; import { CommonBotModule } from '../common/common-bot.module'; import { ...
Nishad Mahajan's user avatar
0 votes
0 answers
18 views

Translation of Dynamic Data (e.g., User Names, Addresses) in Flutter

I am currently working on a Flutter application that requires localization for dynamic data such as user name and address typing. I used a translator package to implement the localization. However, ...
Jithesh Kumar's user avatar
0 votes
0 answers
22 views

C# WPFLocalizeExtension only showing default Strings.resx

I tried using WPFLocalizeExtension and only the default Strings.resx and sometimes the last modified one is shown. Please help me to get back on track! I will attach a .zip of my folder. Thank you for ...
Alexandru Filipescu's user avatar
0 votes
1 answer
48 views

Hindi text does not work with TMPro even when using the Hindi font

I am working on this issue from quite a while now where I am trying to display a Hindi text using a Font specifically made for it. The problem is that copy-pasting Hindi from Google Translator to the ...
Patrick Moling's user avatar
0 votes
0 answers
15 views

Generic enum with localized string in SwiftUI [duplicate]

I'd like to have a function that can take both enum A and enum B and display the raw values in a menu. so i use type T to make the function generic, and T follows the localized protocol i defined so ...
user1385809's user avatar
0 votes
1 answer
28 views

Flutter app - localizing strings in info.plist

I'm localizing a flutter app. In Android all works fine, and iOS the strings are translated as expected from the .arb files. However, I don't see how to translate the strings that are in info.plist - ...
Bill C's user avatar
  • 71
0 votes
0 answers
13 views

Is there way to try a series of translation keys in Vue I18n?

How can I simplify this code? <script setup> import { useI18n } from 'vue-i18n' const { t, te } = useI18n() const message = te('key1') ? t('key1') : ( te('key2') ? t('key2') : t('key3') ) </...
Chiara Ani's user avatar
  • 1,015
0 votes
1 answer
29 views

Formatted strings with arguments in Xcode 15 String Catalogs

How can I use a formatted string with arguments in Xcode 15's string catalogs? For example, if my string is showing a percentage "\() %%" (example rendering: "25 %") and I've given ...
RMP's user avatar
  • 5,211
0 votes
0 answers
10 views

NestJS - Check whether language is RTL or LTR using nestjs-i18

I am using i18 with NestJS and the localization package is nestjs-i18n. I need to check whether the language is RTL or LTR. Is there a method in the given package? My use case is sending localized ...
Salitha's user avatar
  • 1,127

15 30 50 per page
1
2 3 4 5
927